prithivMLmods commited on
Commit
a0a21c4
1 Parent(s): b521340

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -302,7 +302,7 @@ examples = [
302
  ]
303
 
304
  css = '''
305
- .gradio-container{max-width: 670px !important}
306
  h1{text-align:center}
307
  '''
308
  with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
 
302
  ]
303
 
304
  css = '''
305
+ .gradio-container{max-width: 640px !important}
306
  h1{text-align:center}
307
  '''
308
  with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo: