fffiloni commited on
Commit
2a43dea
·
verified ·
1 Parent(s): 7d85f26

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -97,6 +97,7 @@ def process_images(left_img, right_img, method, color_method):
97
 
98
  css="""
99
  div#col-container{
 
100
  max-width: 960px;
101
  }
102
  """
 
97
 
98
  css="""
99
  div#col-container{
100
+ margin: 0 auto;
101
  max-width: 960px;
102
  }
103
  """