Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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="#
|
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
|