patchbanks commited on
Commit
8eb0eb4
·
verified ·
1 Parent(s): 2d0f536

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -249,8 +249,8 @@ with gr.Blocks(
249
  css=custom_css,
250
  theme=gr.themes.Default(
251
  font=[gr.themes.GoogleFont("Roboto"), "sans-serif"],
252
- primary_hue="#7c4dff",
253
- secondary_hue="#7c4dff"
254
  )
255
  ) as iface:
256
  with gr.Column(elem_id="container"):
 
249
  css=custom_css,
250
  theme=gr.themes.Default(
251
  font=[gr.themes.GoogleFont("Roboto"), "sans-serif"],
252
+ primary_hue="violet",
253
+ secondary_hue="violet"
254
  )
255
  ) as iface:
256
  with gr.Column(elem_id="container"):