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

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
  margin: 0 auto !important;
195
  }
196
  """
 
191
  css = """
192
  .gradio-container {
193
  max-width: 1250px !important;
194
+ width: 100%;
195
  margin: 0 auto !important;
196
  }
197
  """