bndl commited on
Commit
83a0c82
·
1 Parent(s): 94001b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ css_styling = """#submit {background: #1eccd8}
46
  light_theme_colors = gr.themes.Color(c50="#e4f3fa", # Dataframe background cell content - light mode only
47
  c100="#e4f3fa", # Top corner of clear button in light mode + markdown text in dark mode
48
  c200="#a1c6db", # Component borders
49
- c300="#FF00FF", #
50
  c400="#e4f3fa", # Footer text
51
  c500="#0c1538", # Text of component headers in light mode only
52
  c600="#a1c6db", # Top corner of button in dark mode
 
46
  light_theme_colors = gr.themes.Color(c50="#e4f3fa", # Dataframe background cell content - light mode only
47
  c100="#e4f3fa", # Top corner of clear button in light mode + markdown text in dark mode
48
  c200="#a1c6db", # Component borders
49
+ c300="#FFFFFF", #
50
  c400="#e4f3fa", # Footer text
51
  c500="#0c1538", # Text of component headers in light mode only
52
  c600="#a1c6db", # Top corner of button in dark mode