multimodalart HF staff commited on
Commit
ba194d2
·
verified ·
1 Parent(s): e253545

Update app.py

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