Skip to content

Commit 7d2690a

Browse files
authored
Update README.md
1 parent 6747160 commit 7d2690a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,14 @@
1111

1212
# Textual
1313

14+
<img align="right" width="250" alt="clock" src="https://github.com/user-attachments/assets/63e839c3-5b8e-478d-b78e-cf7647eb85e8" />
15+
1416
Build cross-platform user interfaces with a simple Python API. Run your apps in the terminal *or* a web browser.
1517

1618
Textual's API combines modern Python with the best of developments from the web world, for a lean app development experience.
1719
De-coupled components and an advanced [testing](https://textual.textualize.io/guide/testing/) framework ensure you can maintain your app for the long-term.
1820

19-
<img width="40%" align="right" alt="clock" src="https://github.com/user-attachments/assets/63e839c3-5b8e-478d-b78e-cf7647eb85e8" />
20-
21+
Want some more examples? See the [examples](https://github.com/Textualize/textual/tree/main/examples) directory.
2122

2223
```python
2324
"""
@@ -54,6 +55,8 @@ if __name__ == "__main__":
5455
```
5556

5657

58+
59+
5760
<img src="https://img.spacergif.org/spacer.gif" width="1" height="64"/>
5861

5962
## Widgets

0 commit comments

Comments
 (0)