Update app.py
Browse files
app.py
CHANGED
@@ -168,6 +168,7 @@ theme = gr.themes.Default(
|
|
168 |
primary_hue="neutral",
|
169 |
secondary_hue="neutral",
|
170 |
).set(
|
|
|
171 |
background_fill_secondary="#f8f1ea",
|
172 |
background_fill_secondary_dark="#f8f1ea",
|
173 |
border_color_accent="#f8f1ea",
|
|
|
168 |
primary_hue="neutral",
|
169 |
secondary_hue="neutral",
|
170 |
).set(
|
171 |
+
background_fill_primary_dark='#e3e9da',
|
172 |
background_fill_secondary="#f8f1ea",
|
173 |
background_fill_secondary_dark="#f8f1ea",
|
174 |
border_color_accent="#f8f1ea",
|