Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -19,10 +19,10 @@ css = """
|
|
| 19 |
border-radius: 6px !important;
|
| 20 |
border-color: #21293b !important;
|
| 21 |
}
|
| 22 |
-
.user {
|
| 23 |
background: #1e293b !important;
|
| 24 |
}
|
| 25 |
-
.assistant, .pending {
|
| 26 |
background: #0f172a !important;
|
| 27 |
}
|
| 28 |
"""
|
|
|
|
| 19 |
border-radius: 6px !important;
|
| 20 |
border-color: #21293b !important;
|
| 21 |
}
|
| 22 |
+
.user.dark {
|
| 23 |
background: #1e293b !important;
|
| 24 |
}
|
| 25 |
+
.assistant.dark, .pending.dark {
|
| 26 |
background: #0f172a !important;
|
| 27 |
}
|
| 28 |
"""
|