Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -328,10 +328,7 @@ css = """
|
|
328 |
line-height: 24px;
|
329 |
font-weight: 600;
|
330 |
}
|
331 |
-
|
332 |
-
div#component-11 > .gallery > .gallery-item > .container > img {
|
333 |
-
width: auto!important;
|
334 |
-
}
|
335 |
"""
|
336 |
|
337 |
with gr.Blocks(css=css) as demo:
|
|
|
328 |
line-height: 24px;
|
329 |
font-weight: 600;
|
330 |
}
|
331 |
+
|
|
|
|
|
|
|
332 |
"""
|
333 |
|
334 |
with gr.Blocks(css=css) as demo:
|