prithivMLmods commited on
Commit
e90aa01
1 Parent(s): 828c7f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -182,7 +182,7 @@ examples = [
182
  ]
183
 
184
  css = '''
185
- .gradio-container{max-width: 560px !important}
186
  h1{text-align:center}
187
  '''
188
  with gr.Blocks(css=css, theme="finlaymacklon/smooth_slate") as demo:
 
182
  ]
183
 
184
  css = '''
185
+ .gradio-container{max-width: 700px !important}
186
  h1{text-align:center}
187
  '''
188
  with gr.Blocks(css=css, theme="finlaymacklon/smooth_slate") as demo: