Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -199,7 +199,7 @@ examples = [
|
|
199 |
]
|
200 |
|
201 |
css = '''
|
202 |
-
.gradio-container{max-width:
|
203 |
h1{text-align:center}
|
204 |
#gallery { min-height: 400px; }
|
205 |
footer { display: none !important; visibility: hidden !important; }
|
|
|
199 |
]
|
200 |
|
201 |
css = '''
|
202 |
+
.gradio-container{max-width: 680px !important; margin: auto;}
|
203 |
h1{text-align:center}
|
204 |
#gallery { min-height: 400px; }
|
205 |
footer { display: none !important; visibility: hidden !important; }
|