FoxTail389 commited on
Commit
0740a05
·
1 Parent(s): 1682198

fixed dark colour

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ theme = gr.themes.Soft(
34
  c500="#ffd900", c600="#2563eb", c700="#1d4ed8", c800="#1e40af", c900="#1e3a8a", c950="#1d3660"),
35
  secondary_hue="blue",
36
  neutral_hue=gr.themes.Color(c100="#fef3c7", c200="#fde68a", c300="#fcd34d", c400="#fbbf24", c50="#fff9ca",
37
- c500="#f59e0b", c600="#d97706", c700="#b45309", c800="#92400e", c900="#78350f", c950="#6c370f"),
38
  radius_size="lg",
39
  )
40
  gr.Interface(theme=theme,
 
34
  c500="#ffd900", c600="#2563eb", c700="#1d4ed8", c800="#1e40af", c900="#1e3a8a", c950="#1d3660"),
35
  secondary_hue="blue",
36
  neutral_hue=gr.themes.Color(c100="#fef3c7", c200="#fde68a", c300="#fcd34d", c400="#fbbf24", c50="#fff9ca",
37
+ c500="#f59e0b", c600="#d97706", c700="#b45309", c800="#92400e", c900="#78350f", c950="#fff9ca"),
38
  radius_size="lg",
39
  )
40
  gr.Interface(theme=theme,