Spaces:
Sleeping
Sleeping
Commit
·
e183288
1
Parent(s):
e6bfd2a
Update app.py
Browse files
app.py
CHANGED
|
@@ -55,7 +55,7 @@ def ex():
|
|
| 55 |
return crrop(generate())
|
| 56 |
|
| 57 |
|
| 58 |
-
demo = gr.Blocks(css=".container {max-width: 730px;margin: auto;} #gallery {
|
| 59 |
|
| 60 |
with demo:
|
| 61 |
gr.HTML(
|
|
|
|
| 55 |
return crrop(generate())
|
| 56 |
|
| 57 |
|
| 58 |
+
demo = gr.Blocks(css=".container {max-width: 730px;margin: auto;} #gallery {margin-bottom: 15px; margin-left: auto; margin-right: auto; border-bottom-right-radius: .5rem !important; border-bottom-left-radius: .5rem !important;}")
|
| 59 |
|
| 60 |
with demo:
|
| 61 |
gr.HTML(
|