This commit is contained in:
Will McGugan
2021-10-03 21:22:51 +01:00
parent 67af34bf8a
commit 01bb02c84f
11 changed files with 454 additions and 62 deletions

View File

@@ -35,4 +35,4 @@ class MyApp(App):
await self.call_later(get_markdown, "richreadme.md")
MyApp.run(title="Simple App", log="textual.log")
MyApp.run(title="Simple App", log="textual.log", css_file="theme.css")