Update app.py
Browse files
app.py
CHANGED
|
@@ -254,6 +254,7 @@ html, body, .gradio-container, #root, .main, .wrap, .prose, .gr-box {
|
|
| 254 |
padding: 6px 12px !important;
|
| 255 |
border-radius: 12px !important;
|
| 256 |
word-break: break-word !important;
|
|
|
|
| 257 |
white-space: normal !important;
|
| 258 |
}
|
| 259 |
|
|
|
|
| 254 |
padding: 6px 12px !important;
|
| 255 |
border-radius: 12px !important;
|
| 256 |
word-break: break-word !important;
|
| 257 |
+
min-width: 60vw !important;
|
| 258 |
white-space: normal !important;
|
| 259 |
}
|
| 260 |
|