Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -35,7 +35,7 @@ components.html(iframe_html, height=500)
|
|
| 35 |
# Add the rain effect
|
| 36 |
rain(
|
| 37 |
emoji="🤓",
|
| 38 |
-
font_size=
|
| 39 |
falling_speed=5,
|
| 40 |
animation_length="infinite",
|
| 41 |
)
|
|
|
|
| 35 |
# Add the rain effect
|
| 36 |
rain(
|
| 37 |
emoji="🤓",
|
| 38 |
+
font_size=30,
|
| 39 |
falling_speed=5,
|
| 40 |
animation_length="infinite",
|
| 41 |
)
|