prithivMLmods commited on
Commit
06bcaa4
1 Parent(s): 4a11479

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -330,7 +330,7 @@ examples = [
330
  ]
331
 
332
  css = '''
333
- .gradio-container{max-width: 640px !important}
334
  h1{text-align:center}
335
  '''
336
  #with gr.Blocks(css=css, theme="bethecloud/storj_theme", js=js_func) as demo:
 
330
  ]
331
 
332
  css = '''
333
+ .gradio-container{max-width: 600px !important}
334
  h1{text-align:center}
335
  '''
336
  #with gr.Blocks(css=css, theme="bethecloud/storj_theme", js=js_func) as demo: