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