multimodalart HF staff commited on
Commit
f02f6dd
1 Parent(s): 112cb22

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -124,7 +124,7 @@ def regenerate(_chatbot, task_history):
124
  return predict(_chatbot, task_history)
125
 
126
  css = '''
127
- .gradio-container{max-width:800px}
128
  '''
129
 
130
  with gr.Blocks(css) as demo:
 
124
  return predict(_chatbot, task_history)
125
 
126
  css = '''
127
+ .gradio-container{max-width:800px !important}
128
  '''
129
 
130
  with gr.Blocks(css) as demo: