mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
fix for dictionary example
This commit is contained in:
@@ -21,7 +21,7 @@ class DictionaryApp(App):
|
||||
def compose(self) -> ComposeResult:
|
||||
yield Input(placeholder="Search for a word")
|
||||
with Content(id="results-container"):
|
||||
yield Static(id="results")
|
||||
yield Markdown(id="results")
|
||||
|
||||
def on_mount(self) -> None:
|
||||
"""Called when app starts."""
|
||||
|
||||
Reference in New Issue
Block a user