Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -652,6 +652,7 @@ def create_gradio_interface():
|
|
| 652 |
padding: 8px 12px !important;
|
| 653 |
margin: 5px 0 !important;
|
| 654 |
max-width: 85% !important;
|
|
|
|
| 655 |
word-break: break-word !important;
|
| 656 |
writing-mode: horizontal-tb !important;
|
| 657 |
text-orientation: mixed !important;
|
|
|
|
| 652 |
padding: 8px 12px !important;
|
| 653 |
margin: 5px 0 !important;
|
| 654 |
max-width: 85% !important;
|
| 655 |
+
width: 250px !important;
|
| 656 |
word-break: break-word !important;
|
| 657 |
writing-mode: horizontal-tb !important;
|
| 658 |
text-orientation: mixed !important;
|