Update app.py
Browse files
app.py
CHANGED
|
@@ -233,7 +233,7 @@ with gr.Blocks(css="""
|
|
| 233 |
font-size: 16px !important;
|
| 234 |
line-height: 1.3em !important;
|
| 235 |
min-width: 7ch !important;
|
| 236 |
-
max-width:
|
| 237 |
padding: 2px 3px !important;
|
| 238 |
border-radius: 8px !important;
|
| 239 |
word-break: break-word !important;
|
|
|
|
| 233 |
font-size: 16px !important;
|
| 234 |
line-height: 1.3em !important;
|
| 235 |
min-width: 7ch !important;
|
| 236 |
+
max-width: 60ch !important;
|
| 237 |
padding: 2px 3px !important;
|
| 238 |
border-radius: 8px !important;
|
| 239 |
word-break: break-word !important;
|