Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -172,7 +172,7 @@ TITLE = """
|
|
172 |
"""
|
173 |
|
174 |
# --- Build App with valid Dark theme ---
|
175 |
-
demo = gr.Blocks(css=custom_css, theme=gr.themes.Dark())
|
176 |
|
177 |
with demo:
|
178 |
gr.HTML(TITLE)
|
|
|
172 |
"""
|
173 |
|
174 |
# --- Build App with valid Dark theme ---
|
175 |
+
# demo = gr.Blocks(css=custom_css, theme=gr.themes.Dark())
|
176 |
|
177 |
with demo:
|
178 |
gr.HTML(TITLE)
|