Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -46,7 +46,7 @@ css = """
|
|
46 |
background: #1e1c26 !important;
|
47 |
}
|
48 |
.dark.assistant.dark, .dark.pending.dark {
|
49 |
-
background: #
|
50 |
}
|
51 |
"""
|
52 |
|
@@ -273,14 +273,14 @@ demo = gr.ChatInterface(
|
|
273 |
secondary_hue="violet",
|
274 |
neutral_hue="gray",
|
275 |
font=[gr.themes.GoogleFont("Exo"), "ui-sans-serif", "system-ui", "sans-serif"]).set(
|
276 |
-
body_background_fill_dark="#
|
277 |
-
block_background_fill_dark="#
|
278 |
block_border_width="1px",
|
279 |
block_title_background_fill_dark="#1e1c26",
|
280 |
input_background_fill_dark="#292733",
|
281 |
button_secondary_background_fill_dark="#24212b",
|
282 |
border_color_primary_dark="#343140",
|
283 |
-
background_fill_secondary_dark="#
|
284 |
color_accent_soft_dark="transparent"
|
285 |
),
|
286 |
css=css,
|
|
|
46 |
background: #1e1c26 !important;
|
47 |
}
|
48 |
.dark.assistant.dark, .dark.pending.dark {
|
49 |
+
background: #0c0505 !important;
|
50 |
}
|
51 |
"""
|
52 |
|
|
|
273 |
secondary_hue="violet",
|
274 |
neutral_hue="gray",
|
275 |
font=[gr.themes.GoogleFont("Exo"), "ui-sans-serif", "system-ui", "sans-serif"]).set(
|
276 |
+
body_background_fill_dark="#0c0505",
|
277 |
+
block_background_fill_dark="#0c0505",
|
278 |
block_border_width="1px",
|
279 |
block_title_background_fill_dark="#1e1c26",
|
280 |
input_background_fill_dark="#292733",
|
281 |
button_secondary_background_fill_dark="#24212b",
|
282 |
border_color_primary_dark="#343140",
|
283 |
+
background_fill_secondary_dark="#0c0505",
|
284 |
color_accent_soft_dark="transparent"
|
285 |
),
|
286 |
css=css,
|