pabloce commited on
Commit
a320789
1 Parent(s): dddac7c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -213,8 +213,8 @@ main = gr.ChatInterface(
213
  ),
214
  ],
215
  theme=gr.themes.Soft(
216
- primary_hue="violet",
217
- secondary_hue="violet",
218
  neutral_hue="gray",
219
  font=[gr.themes.GoogleFont("Exo"), "ui-sans-serif", "system-ui", "sans-serif"],
220
  ).set(
 
213
  ),
214
  ],
215
  theme=gr.themes.Soft(
216
+ primary_hue="orange",
217
+ secondary_hue="amber",
218
  neutral_hue="gray",
219
  font=[gr.themes.GoogleFont("Exo"), "ui-sans-serif", "system-ui", "sans-serif"],
220
  ).set(