Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -16,10 +16,10 @@ css = """
|
|
16 |
}
|
17 |
.message-bubble-border {
|
18 |
border-radius: 6px !important;
|
19 |
-
border-color: #
|
20 |
}
|
21 |
.user {
|
22 |
-
background: #
|
23 |
}
|
24 |
.assistant, .pending {
|
25 |
background: #0f172a !important;
|
@@ -100,9 +100,9 @@ demo = gr.ChatInterface(
|
|
100 |
body_background_fill_dark="#0f172a",
|
101 |
block_background_fill_dark="#0f172a",
|
102 |
block_title_background_fill_dark="#1e1c26",
|
103 |
-
input_background_fill_dark="#
|
104 |
-
button_secondary_background_fill_dark="#
|
105 |
-
border_color_primary_dark="#
|
106 |
background_fill_secondary_dark="#0f172a"
|
107 |
),
|
108 |
css=css,
|
|
|
16 |
}
|
17 |
.message-bubble-border {
|
18 |
border-radius: 6px !important;
|
19 |
+
border-color: #21293b !important;
|
20 |
}
|
21 |
.user {
|
22 |
+
background: #1e293b !important;
|
23 |
}
|
24 |
.assistant, .pending {
|
25 |
background: #0f172a !important;
|
|
|
100 |
body_background_fill_dark="#0f172a",
|
101 |
block_background_fill_dark="#0f172a",
|
102 |
block_title_background_fill_dark="#1e1c26",
|
103 |
+
input_background_fill_dark="#0f172a",
|
104 |
+
button_secondary_background_fill_dark="#0c1425",
|
105 |
+
border_color_primary_dark="#21293b",
|
106 |
background_fill_secondary_dark="#0f172a"
|
107 |
),
|
108 |
css=css,
|