fffiloni commited on
Commit
ebd5c74
Β·
verified Β·
1 Parent(s): d6a7010

reduce max-width for nicer display

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: 1340px;
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