prithivMLmods commited on
Commit
016bf4c
1 Parent(s): e87523e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -190,7 +190,7 @@ examples = [
190
  ]
191
 
192
  css = '''
193
- .gradio-container{max-width: 560px !important}
194
  h1{text-align:center}
195
  '''
196
  with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
 
190
  ]
191
 
192
  css = '''
193
+ .gradio-container{max-width: 580px !important}
194
  h1{text-align:center}
195
  '''
196
  with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo: