fantos commited on
Commit
44ae35e
Β·
verified Β·
1 Parent(s): 3980894

Update snow-effect.py

Browse files
Files changed (1) hide show
  1. 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()