Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -276,10 +276,10 @@ demo = gr.ChatInterface(
|
|
| 276 |
body_background_fill_dark="#0c0505",
|
| 277 |
block_background_fill_dark="#0c0505",
|
| 278 |
block_border_width="1px",
|
| 279 |
-
block_title_background_fill_dark="#
|
| 280 |
input_background_fill_dark="#140b0b",
|
| 281 |
button_secondary_background_fill_dark="#140b0b",
|
| 282 |
-
border_color_primary_dark="#
|
| 283 |
background_fill_secondary_dark="#0c0505",
|
| 284 |
color_accent_soft_dark="transparent"
|
| 285 |
),
|
|
|
|
| 276 |
body_background_fill_dark="#0c0505",
|
| 277 |
block_background_fill_dark="#0c0505",
|
| 278 |
block_border_width="1px",
|
| 279 |
+
block_title_background_fill_dark="#1b0f0f",
|
| 280 |
input_background_fill_dark="#140b0b",
|
| 281 |
button_secondary_background_fill_dark="#140b0b",
|
| 282 |
+
border_color_primary_dark="#1b0f0f",
|
| 283 |
background_fill_secondary_dark="#0c0505",
|
| 284 |
color_accent_soft_dark="transparent"
|
| 285 |
),
|