SamiKoen commited on
Commit
e4a0d43
·
verified ·
1 Parent(s): d1eed84

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -130,8 +130,7 @@ def set_visible_true():
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="""
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; }