mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
docs plugin
This commit is contained in:
@@ -158,11 +158,7 @@ class BasicApp(App):
|
||||
tweet_body.refresh(layout=True)
|
||||
|
||||
|
||||
app = BasicApp(
|
||||
css_path="basic.css",
|
||||
watch_css=True,
|
||||
log_path="textual.log",
|
||||
)
|
||||
app = BasicApp(css_path="basic.css")
|
||||
|
||||
if __name__ == "__main__":
|
||||
app.run()
|
||||
|
||||
Reference in New Issue
Block a user