Update snow-effect.py
Browse files- snow-effect.py +1 -1
snow-effect.py
CHANGED
|
@@ -55,5 +55,5 @@ def create_snow_effect():
|
|
| 55 |
return gr.HTML(snow_html)
|
| 56 |
|
| 57 |
# Gradio μ±μμ μ¬μ©ν λ:
|
| 58 |
-
with app:
|
| 59 |
create_snow_effect()
|
|
|
|
| 55 |
return gr.HTML(snow_html)
|
| 56 |
|
| 57 |
# Gradio μ±μμ μ¬μ©ν λ:
|
| 58 |
+
# with app: μλμ
|
| 59 |
create_snow_effect()
|