Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -173,7 +173,7 @@ def create_snow_effect():
|
|
| 173 |
return gr.HTML(snow_html)
|
| 174 |
|
| 175 |
# Gradio UI 구성
|
| 176 |
-
with gr.Blocks(theme="
|
| 177 |
|
| 178 |
create_snow_effect()
|
| 179 |
|
|
|
|
| 173 |
return gr.HTML(snow_html)
|
| 174 |
|
| 175 |
# Gradio UI 구성
|
| 176 |
+
with gr.Blocks(theme="soft", css=css) as demo:
|
| 177 |
|
| 178 |
create_snow_effect()
|
| 179 |
|