Update app.py
Browse files
app.py
CHANGED
|
@@ -237,7 +237,6 @@ with gr.Blocks(css="""
|
|
| 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;
|
| 242 |
}
|
| 243 |
@media screen and (max-width: 768px) {
|
|
|
|
| 237 |
padding: 2px 3px !important;
|
| 238 |
border-radius: 8px !important;
|
| 239 |
word-break: break-word !important;
|
|
|
|
| 240 |
white-space: normal !important;
|
| 241 |
}
|
| 242 |
@media screen and (max-width: 768px) {
|