Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -269,8 +269,8 @@ demo = gr.ChatInterface(
|
|
269 |
),
|
270 |
],
|
271 |
theme=gr.themes.Soft(
|
272 |
-
primary_hue="
|
273 |
-
secondary_hue="
|
274 |
neutral_hue="gray",
|
275 |
font=[gr.themes.GoogleFont("Exo"), "ui-sans-serif", "system-ui", "sans-serif"]).set(
|
276 |
body_background_fill_dark="#0c0505",
|
|
|
269 |
),
|
270 |
],
|
271 |
theme=gr.themes.Soft(
|
272 |
+
primary_hue="orange",
|
273 |
+
secondary_hue="amber",
|
274 |
neutral_hue="gray",
|
275 |
font=[gr.themes.GoogleFont("Exo"), "ui-sans-serif", "system-ui", "sans-serif"]).set(
|
276 |
body_background_fill_dark="#0c0505",
|