mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
@@ -30,7 +30,7 @@ comedic genre films directed by Edgar Wright.
|
||||
|
||||
|
||||
class ContentSwitcherApp(App[None]):
|
||||
CSS_PATH = "content_switcher.css"
|
||||
CSS_PATH = "content_switcher.tcss"
|
||||
|
||||
def compose(self) -> ComposeResult:
|
||||
with Horizontal(id="buttons"): # (1)!
|
||||
|
||||
Reference in New Issue
Block a user