Update app.py
Browse files
app.py
CHANGED
|
@@ -234,7 +234,12 @@ with gr.Blocks(css="""
|
|
| 234 |
border-radius: 12px !important;
|
| 235 |
font-size: 16px !important;
|
| 236 |
max-width: 85% !important;
|
|
|
|
|
|
|
|
|
|
|
|
|
| 237 |
}
|
|
|
|
| 238 |
#chatbox .message.user { background-color: #DCF8C6 !important; }
|
| 239 |
#chatbox .message.assistant { background-color: #ffffff !important; }
|
| 240 |
footer { display: none !important; }
|
|
|
|
| 234 |
border-radius: 12px !important;
|
| 235 |
font-size: 16px !important;
|
| 236 |
max-width: 85% !important;
|
| 237 |
+
word-wrap: break-word !important;
|
| 238 |
+
word-break: break-word !important;
|
| 239 |
+
white-space: normal !important;
|
| 240 |
+
overflow-wrap: break-word !important;
|
| 241 |
}
|
| 242 |
+
|
| 243 |
#chatbox .message.user { background-color: #DCF8C6 !important; }
|
| 244 |
#chatbox .message.assistant { background-color: #ffffff !important; }
|
| 245 |
footer { display: none !important; }
|