Update app.py
Browse files
app.py
CHANGED
|
@@ -202,6 +202,10 @@ with gr.Blocks(css="""
|
|
| 202 |
margin: 6px;
|
| 203 |
}
|
| 204 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 205 |
.gr-button {
|
| 206 |
border-radius: 8px;
|
| 207 |
}
|
|
|
|
| 202 |
margin: 6px;
|
| 203 |
}
|
| 204 |
|
| 205 |
+
.gradio-container .chat-msg.bot-msg .message.bot p {
|
| 206 |
+
color: #000000 !important;
|
| 207 |
+
}
|
| 208 |
+
|
| 209 |
.gr-button {
|
| 210 |
border-radius: 8px;
|
| 211 |
}
|