Skip to content

Commit

Permalink
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/textual/widget.py
Original file line number Diff line number Diff line change
@@ -935,9 +935,8 @@ def compose(self) -> ComposeResult:
```python
def compose(self) -> ComposeResult:
yield Header()
yield Container(
Tree(), Viewer()
)
yield Label("Press the button below:")
yield Button()
yield Footer()
```
"""

0 comments on commit 67dd75a

Please sign in to comment.