pabloce commited on
Commit
9ff7330
·
verified ·
1 Parent(s): e6a1f9d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -269,8 +269,8 @@ demo = gr.ChatInterface(
269
  ),
270
  ],
271
  theme=gr.themes.Soft(
272
- primary_hue="yellow",
273
- secondary_hue="violet",
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",