Spaces:
Sleeping
Sleeping
update app.py
Browse files
app.py
CHANGED
|
@@ -112,7 +112,7 @@ system_msg_info = """The system message is used to set the context and behavior
|
|
| 112 |
|
| 113 |
|
| 114 |
#Modifying existing Gradio Theme
|
| 115 |
-
theme = gr.themes.
|
| 116 |
text_size=gr.themes.sizes.text_lg)
|
| 117 |
|
| 118 |
with gr.Blocks(css = """#col_container { margin-left: auto; margin-right: auto;} #chatbot {height: 520px; overflow: auto;}""",
|
|
|
|
| 112 |
|
| 113 |
|
| 114 |
#Modifying existing Gradio Theme
|
| 115 |
+
theme = gr.themes.Glass(primary_hue="violet", secondary_hue="blue", neutral_hue="blue",
|
| 116 |
text_size=gr.themes.sizes.text_lg)
|
| 117 |
|
| 118 |
with gr.Blocks(css = """#col_container { margin-left: auto; margin-right: auto;} #chatbot {height: 520px; overflow: auto;}""",
|