Update app.py
Browse files
app.py
CHANGED
|
@@ -234,8 +234,8 @@ with gr.Blocks(css="""
|
|
| 234 |
display: inline-block !important;
|
| 235 |
font-size: 16px !important;
|
| 236 |
line-height: 1.4em !important;
|
| 237 |
-
min-width:
|
| 238 |
-
max-width:
|
| 239 |
padding: 4px 6px !important;
|
| 240 |
border-radius: 10px !important;
|
| 241 |
overflow-wrap: anywhere !important;
|
|
|
|
| 234 |
display: inline-block !important;
|
| 235 |
font-size: 16px !important;
|
| 236 |
line-height: 1.4em !important;
|
| 237 |
+
min-width: 5ch !important;
|
| 238 |
+
max-width: 95% !important;
|
| 239 |
padding: 4px 6px !important;
|
| 240 |
border-radius: 10px !important;
|
| 241 |
overflow-wrap: anywhere !important;
|