Spaces:
Running
Running
Commit
·
f39fe5c
1
Parent(s):
a44e592
Wohoo
Browse files
app.py
CHANGED
@@ -783,4 +783,4 @@ with gr.Blocks(theme=gr.themes.Soft(), fill_height=True) as demo:
|
|
783 |
|
784 |
# --- Launch App ---
|
785 |
# Allow built-in theme switching
|
786 |
-
demo.
|
|
|
783 |
|
784 |
# --- Launch App ---
|
785 |
# Allow built-in theme switching
|
786 |
+
demo.launch(share=False, allowed_themes=["light", "dark"])
|