Update app.py
Browse files
app.py
CHANGED
@@ -98,7 +98,7 @@ def process_images(left_img, right_img, method, color_method):
|
|
98 |
css="""
|
99 |
div#col-container{
|
100 |
margin: 0 auto;
|
101 |
-
max-width:
|
102 |
}
|
103 |
"""
|
104 |
# Create the Gradio interface
|
|
|
98 |
css="""
|
99 |
div#col-container{
|
100 |
margin: 0 auto;
|
101 |
+
max-width: 1340px;
|
102 |
}
|
103 |
"""
|
104 |
# Create the Gradio interface
|