reduce max-width for nicer display
Browse files
app.py
CHANGED
@@ -149,7 +149,7 @@ def process_images(left_img, right_img, method, color_method):
|
|
149 |
css="""
|
150 |
div#col-container{
|
151 |
margin: 0 auto;
|
152 |
-
max-width:
|
153 |
}
|
154 |
"""
|
155 |
# Create the Gradio interface
|
|
|
149 |
css="""
|
150 |
div#col-container{
|
151 |
margin: 0 auto;
|
152 |
+
max-width: 840px;
|
153 |
}
|
154 |
"""
|
155 |
# Create the Gradio interface
|