Update app.py
Browse files
app.py
CHANGED
@@ -130,7 +130,7 @@ def set_visible_true():
|
|
130 |
|
131 |
theme_addon_msg = ""
|
132 |
system_msg_info = ""
|
133 |
-
theme = gr.themes.
|
134 |
with gr.Blocks(theme=theme) as demo:
|
135 |
with gr.Column(elem_id="col_container"):
|
136 |
with gr.Accordion("", open=False, visible=False):
|
|
|
130 |
|
131 |
theme_addon_msg = ""
|
132 |
system_msg_info = ""
|
133 |
+
theme = gr.themes.Default()
|
134 |
with gr.Blocks(theme=theme) as demo:
|
135 |
with gr.Column(elem_id="col_container"):
|
136 |
with gr.Accordion("", open=False, visible=False):
|