Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -245,7 +245,7 @@ def create_snow_effect():
|
|
245 |
return gr.HTML(snow_html)
|
246 |
|
247 |
|
248 |
-
with gr.Blocks(theme="
|
249 |
gr.HTML("""
|
250 |
<div style="text-align: center; max-width: 800px; margin: 0 auto;">
|
251 |
<h1 style="font-size: 3rem; font-weight: 700; margin-bottom: 1rem;">
|
|
|
245 |
return gr.HTML(snow_html)
|
246 |
|
247 |
|
248 |
+
with gr.Blocks(theme="soft", css=css) as demo:
|
249 |
gr.HTML("""
|
250 |
<div style="text-align: center; max-width: 800px; margin: 0 auto;">
|
251 |
<h1 style="font-size: 3rem; font-weight: 700; margin-bottom: 1rem;">
|