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