We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cd103a commit 50aad58Copy full SHA for 50aad58
examples/helloworld.py
@@ -5,7 +5,7 @@
5
6
def create():
7
return (
8
- ltk.VBox(ltk.Text("Hello World"))
+ ltk.VBox(ltk.Text("Hello World 🎉"))
9
.css("padding", 100)
10
.css("background-color", "orange")
11
.css("font-size", 42)
0 commit comments