Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -249,6 +249,9 @@ css = """
|
|
249 |
align-self:center;
|
250 |
height:75px;
|
251 |
}
|
|
|
|
|
|
|
252 |
footer{
|
253 |
display:none !important;
|
254 |
}
|
|
|
249 |
align-self:center;
|
250 |
height:75px;
|
251 |
}
|
252 |
+
.gallery-item div, .svelte-1viwdyg, .gallery .gallery-item .gallery{
|
253 |
+
white-space: unset;
|
254 |
+
}
|
255 |
footer{
|
256 |
display:none !important;
|
257 |
}
|