Spaces:
Sleeping
Sleeping
fix colors
#2
by
pabloce
- opened
app.py
CHANGED
@@ -156,14 +156,14 @@ demo = gr.ChatInterface(
|
|
156 |
),
|
157 |
],
|
158 |
theme=gr.themes.Soft(primary_hue="indigo", secondary_hue="blue", neutral_hue="gray",font=[gr.themes.GoogleFont("Exo"), "ui-sans-serif", "system-ui", "sans-serif"]).set(
|
159 |
-
body_background_fill_dark="#
|
160 |
-
block_background_fill_dark="#
|
161 |
block_border_width="1px",
|
162 |
block_title_background_fill_dark="#070d1b",
|
163 |
-
input_background_fill_dark="#
|
164 |
-
button_secondary_background_fill_dark="#
|
165 |
border_color_primary_dark="#21293b",
|
166 |
-
background_fill_secondary_dark="#
|
167 |
color_accent_soft_dark="transparent"
|
168 |
),
|
169 |
css=css,
|
|
|
156 |
),
|
157 |
],
|
158 |
theme=gr.themes.Soft(primary_hue="indigo", secondary_hue="blue", neutral_hue="gray",font=[gr.themes.GoogleFont("Exo"), "ui-sans-serif", "system-ui", "sans-serif"]).set(
|
159 |
+
body_background_fill_dark="#0c0615",
|
160 |
+
block_background_fill_dark="#0c0615",
|
161 |
block_border_width="1px",
|
162 |
block_title_background_fill_dark="#070d1b",
|
163 |
+
input_background_fill_dark="#111827",
|
164 |
+
button_secondary_background_fill_dark="#111827",
|
165 |
border_color_primary_dark="#21293b",
|
166 |
+
background_fill_secondary_dark="#0c0615",
|
167 |
color_accent_soft_dark="transparent"
|
168 |
),
|
169 |
css=css,
|