Spaces:
Running
Running
Update app.py
Browse files
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="
|
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;}""",
|