This commit is contained in:
Will McGugan
2022-05-05 14:39:54 +01:00
parent bc497e0abe
commit afee5c0ed1

View File

@@ -76,9 +76,7 @@ class BasicApp(App):
self.focused.styles.border_top = ("solid", "invalid-color")
app = BasicApp(
css_path="uber.css",
)
app = BasicApp(css_path="uber.css")
if __name__ == "__main__":
app.run()