Update app.py
Browse files
app.py
CHANGED
@@ -130,8 +130,7 @@ def set_visible_true():
|
|
130 |
|
131 |
theme_addon_msg = ""
|
132 |
system_msg_info = ""
|
133 |
-
theme = gr.themes.
|
134 |
-
text_size=gr.themes.sizes.text_sm)
|
135 |
|
136 |
with gr.Blocks(css="""
|
137 |
#col_container { margin-left: auto; margin-right: auto; background-color: #f0f0f0; }
|
|
|
130 |
|
131 |
theme_addon_msg = ""
|
132 |
system_msg_info = ""
|
133 |
+
theme = gr.themes.base()
|
|
|
134 |
|
135 |
with gr.Blocks(css="""
|
136 |
#col_container { margin-left: auto; margin-right: auto; background-color: #f0f0f0; }
|