Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -191,6 +191,7 @@ def update_history(new_image, history):
|
|
| 191 |
css = """
|
| 192 |
.gradio-container {
|
| 193 |
max-width: 1250px !important;
|
|
|
|
| 194 |
}
|
| 195 |
"""
|
| 196 |
|
|
|
|
| 191 |
css = """
|
| 192 |
.gradio-container {
|
| 193 |
max-width: 1250px !important;
|
| 194 |
+
margin: 0 auto !important;
|
| 195 |
}
|
| 196 |
"""
|
| 197 |
|