bndl commited on
Commit
1729115
·
1 Parent(s): 8c63913

Update app.py

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