fffiloni commited on
Commit
06cb3c1
·
verified ·
1 Parent(s): 0f60c9a

update css

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -297,6 +297,7 @@ def update_history(new_image, history):
297
  css = """
298
  .gradio-container {
299
  max-width: 1200px !important;
 
300
  }
301
  """
302
 
 
297
  css = """
298
  .gradio-container {
299
  max-width: 1200px !important;
300
+ margin: 0 auto;
301
  }
302
  """
303