Skip to content

Commit 50aad58

Browse files
committed
Pop a party
1 parent 7cd103a commit 50aad58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/helloworld.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
def create():
77
return (
8-
ltk.VBox(ltk.Text("Hello World"))
8+
ltk.VBox(ltk.Text("Hello World 🎉"))
99
.css("padding", 100)
1010
.css("background-color", "orange")
1111
.css("font-size", 42)

0 commit comments

Comments
 (0)