Update app.py
Browse files
app.py
CHANGED
@@ -111,7 +111,7 @@ def switch_theme(choice):
|
|
111 |
return gr.HTML.update(value=""), gr.update(), js_code
|
112 |
|
113 |
|
114 |
-
with gr.Blocks(theme=THEMES["
|
115 |
gr.Markdown("## Gemini AIγγ£γ©γ―γΏγΌγγ£γγ")
|
116 |
|
117 |
# γγΌγεγζΏγγγγγγγ¦γ³
|
|
|
111 |
return gr.HTML.update(value=""), gr.update(), js_code
|
112 |
|
113 |
|
114 |
+
with gr.Blocks(theme=THEMES["Mountainrainbow"]) as demo:
|
115 |
gr.Markdown("## Gemini AIγγ£γ©γ―γΏγΌγγ£γγ")
|
116 |
|
117 |
# γγΌγεγζΏγγγγγγγ¦γ³
|