Skip to content

Commit e8337b9

Browse files
committed
Updated intro banner for exampels/getting_started.py
Made mention of the persistent bottom bar that can show realtime status updates to help with discoverability of this new feature.
1 parent 9c57b6b commit e8337b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/getting_started.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ def __init__(self) -> None:
6464
style=Style(color=Color.GREEN1, bgcolor=Color.GRAY0, bold=True),
6565
)
6666
+ ' Note the full Unicode support: 😇 💩'
67+
+ ' and the persistent bottom bar with realtime status updates!'
6768
)
6869

6970
# Show this as the prompt when asking for input

0 commit comments

Comments
 (0)