SamiKoen commited on
Commit
e9c2b29
1 Parent(s): a1a9311

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -132,7 +132,7 @@ def set_visible_true():
132
  theme_addon_msg = ""
133
  system_msg_info = ""
134
  theme = gr.themes.Soft(primary_hue="zinc", secondary_hue="green", neutral_hue="blue",
135
- text_size=gr.themes.sizes.text_md)
136
 
137
  with gr.Blocks(css="""#col_container { margin-left: auto; margin-right: auto;} #chatbot {height: 450px; overflow: auto;}""",
138
  theme=theme) as demo:
 
132
  theme_addon_msg = ""
133
  system_msg_info = ""
134
  theme = gr.themes.Soft(primary_hue="zinc", secondary_hue="green", neutral_hue="blue",
135
+ text_size=gr.themes.sizes.text_sm)
136
 
137
  with gr.Blocks(css="""#col_container { margin-left: auto; margin-right: auto;} #chatbot {height: 450px; overflow: auto;}""",
138
  theme=theme) as demo: