Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -43,6 +43,11 @@ css = """
|
|
43 |
.message-bubble-border {
|
44 |
border-radius: 6px !important;
|
45 |
}
|
|
|
|
|
|
|
|
|
|
|
46 |
.dark.message-bubble-border {
|
47 |
border-color: #1b0f0f !important;
|
48 |
}
|
@@ -272,9 +277,11 @@ demo = gr.ChatInterface(
|
|
272 |
block_title_background_fill_dark="#1b0f0f",
|
273 |
input_background_fill_dark="#140b0b",
|
274 |
button_secondary_background_fill_dark="#140b0b",
|
|
|
275 |
border_color_primary_dark="#1b0f0f",
|
276 |
background_fill_secondary_dark="#0c0505",
|
277 |
-
color_accent_soft_dark="transparent"
|
|
|
278 |
),
|
279 |
css=css,
|
280 |
retry_btn="Retry",
|
|
|
43 |
.message-bubble-border {
|
44 |
border-radius: 6px !important;
|
45 |
}
|
46 |
+
.message-buttons-bot, .message-buttons-user {
|
47 |
+
right: 10px !important;
|
48 |
+
left: auto !important;
|
49 |
+
bottom: 2px !important;
|
50 |
+
}
|
51 |
.dark.message-bubble-border {
|
52 |
border-color: #1b0f0f !important;
|
53 |
}
|
|
|
277 |
block_title_background_fill_dark="#1b0f0f",
|
278 |
input_background_fill_dark="#140b0b",
|
279 |
button_secondary_background_fill_dark="#140b0b",
|
280 |
+
border_color_accent_dark="#1b0f0f",
|
281 |
border_color_primary_dark="#1b0f0f",
|
282 |
background_fill_secondary_dark="#0c0505",
|
283 |
+
color_accent_soft_dark="transparent",
|
284 |
+
code_background_fill_dark="#140b0b"
|
285 |
),
|
286 |
css=css,
|
287 |
retry_btn="Retry",
|