Update app.py
Browse files
app.py
CHANGED
|
@@ -547,18 +547,11 @@ css = """
|
|
| 547 |
object-fit: cover !important;
|
| 548 |
margin: 5px !important;
|
| 549 |
}
|
| 550 |
-
|
| 551 |
min-height: 0 !important;
|
| 552 |
max-height: none !important;
|
| 553 |
height: auto !important;
|
| 554 |
}
|
| 555 |
-
@media (min-width: 1280px) {
|
| 556 |
-
.fixed-height.svelte-842rpi.svelte-842rpi {
|
| 557 |
-
min-height: 0 !important;
|
| 558 |
-
max-height: none !important;
|
| 559 |
-
height: auto !important;
|
| 560 |
-
}
|
| 561 |
-
}
|
| 562 |
"""
|
| 563 |
|
| 564 |
"""gradio app"""
|
|
|
|
| 547 |
object-fit: cover !important;
|
| 548 |
margin: 5px !important;
|
| 549 |
}
|
| 550 |
+
#my_media_gallery {
|
| 551 |
min-height: 0 !important;
|
| 552 |
max-height: none !important;
|
| 553 |
height: auto !important;
|
| 554 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 555 |
"""
|
| 556 |
|
| 557 |
"""gradio app"""
|