Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -269,7 +269,7 @@ demo = gr.ChatInterface(
|
|
| 269 |
),
|
| 270 |
],
|
| 271 |
theme=gr.themes.Soft(
|
| 272 |
-
primary_hue="
|
| 273 |
secondary_hue="violet",
|
| 274 |
neutral_hue="gray",
|
| 275 |
font=[gr.themes.GoogleFont("Exo"), "ui-sans-serif", "system-ui", "sans-serif"]).set(
|
|
|
|
| 269 |
),
|
| 270 |
],
|
| 271 |
theme=gr.themes.Soft(
|
| 272 |
+
primary_hue="amber",
|
| 273 |
secondary_hue="violet",
|
| 274 |
neutral_hue="gray",
|
| 275 |
font=[gr.themes.GoogleFont("Exo"), "ui-sans-serif", "system-ui", "sans-serif"]).set(
|