Update app.py
Browse files
app.py
CHANGED
|
@@ -250,7 +250,7 @@ html, body, .gradio-container, #root, .main, .wrap, .prose, .gr-box {
|
|
| 250 |
#chatbox .message {
|
| 251 |
font-size: 16px !important;
|
| 252 |
line-height: 1.6em !important;
|
| 253 |
-
max-width:
|
| 254 |
padding: 6px 12px !important;
|
| 255 |
border-radius: 12px !important;
|
| 256 |
word-break: break-word !important;
|
|
|
|
| 250 |
#chatbox .message {
|
| 251 |
font-size: 16px !important;
|
| 252 |
line-height: 1.6em !important;
|
| 253 |
+
max-width: 96vw !important;
|
| 254 |
padding: 6px 12px !important;
|
| 255 |
border-radius: 12px !important;
|
| 256 |
word-break: break-word !important;
|