cutiee82 commited on
Commit
a9d0b46
·
verified ·
1 Parent(s): a1c65d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ with gr.Blocks(
45
  css="footer {display: none !important}",
46
  theme=gr.themes.Base(
47
  primary_hue="red",
48
- secondary_hue="fuchsia",
49
  neutral_hue="neutral"
50
  )
51
  ) as app:
 
45
  css="footer {display: none !important}",
46
  theme=gr.themes.Base(
47
  primary_hue="red",
48
+ secondary_hue="green",
49
  neutral_hue="neutral"
50
  )
51
  ) as app: