Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -129,7 +129,7 @@ chatbot = gr.ChatInterface(
|
|
| 129 |
|
| 130 |
chat_theme = gr.themes.Soft(
|
| 131 |
primary_hue="blue",
|
| 132 |
-
secondary_hue = "
|
| 133 |
neutral_hue = "gray",
|
| 134 |
spacing_size = "lg",
|
| 135 |
radius_size = "lg"
|
|
|
|
| 129 |
|
| 130 |
chat_theme = gr.themes.Soft(
|
| 131 |
primary_hue="blue",
|
| 132 |
+
secondary_hue = "green",
|
| 133 |
neutral_hue = "gray",
|
| 134 |
spacing_size = "lg",
|
| 135 |
radius_size = "lg"
|