Update app.py
Browse files
app.py
CHANGED
|
@@ -234,8 +234,8 @@ with gr.Blocks(css="""
|
|
| 234 |
line-height: 1.3em !important;
|
| 235 |
min-width: 5ch !important;
|
| 236 |
max-width: 96% !important;
|
| 237 |
-
padding:
|
| 238 |
-
border-radius:
|
| 239 |
word-break: break-word !important;
|
| 240 |
word-wrap: break-word !important;
|
| 241 |
white-space: normal !important;
|
|
|
|
| 234 |
line-height: 1.3em !important;
|
| 235 |
min-width: 5ch !important;
|
| 236 |
max-width: 96% !important;
|
| 237 |
+
padding: 2px 3px !important;
|
| 238 |
+
border-radius: 8px !important;
|
| 239 |
word-break: break-word !important;
|
| 240 |
word-wrap: break-word !important;
|
| 241 |
white-space: normal !important;
|