Spaces:
Running
on
Zero
Running
on
Zero
update css
Browse files
app.py
CHANGED
@@ -297,6 +297,7 @@ def update_history(new_image, history):
|
|
297 |
css = """
|
298 |
.gradio-container {
|
299 |
max-width: 1200px !important;
|
|
|
300 |
}
|
301 |
"""
|
302 |
|
|
|
297 |
css = """
|
298 |
.gradio-container {
|
299 |
max-width: 1200px !important;
|
300 |
+
margin: 0 auto;
|
301 |
}
|
302 |
"""
|
303 |
|