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.Soft(primary_hue="
|
134 |
text_size=gr.themes.sizes.text_sm)
|
135 |
|
136 |
with gr.Blocks(css="""
|
|
|
130 |
|
131 |
theme_addon_msg = ""
|
132 |
system_msg_info = ""
|
133 |
+
theme = gr.themes.Soft(primary_hue="zinc", secondary_hue="green", neutral_hue="blue",
|
134 |
text_size=gr.themes.sizes.text_sm)
|
135 |
|
136 |
with gr.Blocks(css="""
|