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