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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -132,9 +132,12 @@ 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):
 
132
  system_msg_info = ""
133
  theme = gr.themes.Base(
134
  neutral_hue="blue",
135
+ text_size="sm",
136
+ spacing_size="sm",
137
  )
138
 
139
  with gr.Blocks(theme=theme) as demo:
140
+ ...
141
  ...
142
  with gr.Column(elem_id="col_container"):
143
  with gr.Accordion("", open=False, visible=False):