Spaces:
Sleeping
Sleeping
Update app.py
Browse filesFix color of bot message.
app.py
CHANGED
@@ -35,6 +35,7 @@ with gr.Blocks(css="""
|
|
35 |
}
|
36 |
.message.bot {
|
37 |
background-color: #f3f4f6 !important;
|
|
|
38 |
border-radius: 12px 12px 12px 0 !important;
|
39 |
margin-right: auto !important;
|
40 |
margin-left: 1rem !important;
|
|
|
35 |
}
|
36 |
.message.bot {
|
37 |
background-color: #f3f4f6 !important;
|
38 |
+
color: #000000;
|
39 |
border-radius: 12px 12px 12px 0 !important;
|
40 |
margin-right: auto !important;
|
41 |
margin-left: 1rem !important;
|