SamiKoen commited on
Commit
7baf15a
·
verified ·
1 Parent(s): 25fdfc6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -130,8 +130,12 @@ def set_visible_true():
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):
137
  system_msg = gr.Textbox(value="")
 
130
 
131
  theme_addon_msg = ""
132
  system_msg_info = ""
133
+ theme = gr.themes.Base(
134
+ neutral_hue="blue",
135
+ )
136
+
137
  with gr.Blocks(theme=theme) as demo:
138
+ ...
139
  with gr.Column(elem_id="col_container"):
140
  with gr.Accordion("", open=False, visible=False):
141
  system_msg = gr.Textbox(value="")