multimodalart HF Staff commited on
Commit
38c2bb6
·
verified ·
1 Parent(s): ff20233

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -191,6 +191,7 @@ def update_history(new_image, history):
191
  css = """
192
  .gradio-container {
193
  max-width: 1250px !important;
 
194
  }
195
  """
196
 
 
191
  css = """
192
  .gradio-container {
193
  max-width: 1250px !important;
194
+ margin: 0 auto !important;
195
  }
196
  """
197