Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -301,6 +301,10 @@ css = """
|
|
| 301 |
line-height: 24px;
|
| 302 |
font-weight: 600;
|
| 303 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
| 304 |
"""
|
| 305 |
|
| 306 |
with gr.Blocks(css=css) as demo:
|
|
|
|
| 301 |
line-height: 24px;
|
| 302 |
font-weight: 600;
|
| 303 |
}
|
| 304 |
+
/* fix examples gallery width on mobile */
|
| 305 |
+
div#component-11 > .gallery > .gallery-item > .container > img {
|
| 306 |
+
width: auto!important;
|
| 307 |
+
}
|
| 308 |
"""
|
| 309 |
|
| 310 |
with gr.Blocks(css=css) as demo:
|