SamiKoen commited on
Commit
6849284
·
1 Parent(s): d6a6e62

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -116,7 +116,7 @@ theme_addon_msg = """<center>🌟 Discover Gradio Themes with this Demo, featuri
116
  system_msg_info = ""
117
 
118
  #Modifying existing Gradio Theme
119
- theme = gr.themes.Soft(primary_hue="zinc", secondary_hue="green", neutral_hue="green",
120
  text_size=gr.themes.sizes.text_lg)
121
 
122
  with gr.Blocks(css = """#col_container { margin-left: auto; margin-right: auto;} #chatbot {height: 520px; overflow: auto;}""",
 
116
  system_msg_info = ""
117
 
118
  #Modifying existing Gradio Theme
119
+ theme = gr.themes.Soft(primary_hue="zinc", secondary_hue="green", neutral_hue="blue",
120
  text_size=gr.themes.sizes.text_lg)
121
 
122
  with gr.Blocks(css = """#col_container { margin-left: auto; margin-right: auto;} #chatbot {height: 520px; overflow: auto;}""",