prithivMLmods commited on
Commit
aaaf56e
·
verified ·
1 Parent(s): 535cdb3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -327,7 +327,7 @@ examples = [
327
  ]
328
 
329
  css = '''
330
- .gradio-container{max-width: 640px !important}
331
  h1{text-align:center}
332
  '''
333
  #with gr.Blocks(css=css, theme="bethecloud/storj_theme", js=js_func) as demo:
@@ -490,7 +490,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
490
  api_name="run",
491
  )
492
 
493
- gr.Markdown("⚠️ users are accountable for the content they generate and are responsible for ensuring it meets appropriate ethical standards.")
494
 
495
  if __name__ == "__main__":
496
  demo.queue(max_size=20).launch()
 
327
  ]
328
 
329
  css = '''
330
+ .gradio-container{max-width: 570px !important}
331
  h1{text-align:center}
332
  '''
333
  #with gr.Blocks(css=css, theme="bethecloud/storj_theme", js=js_func) as demo:
 
490
  api_name="run",
491
  )
492
 
493
+ gr.Markdown("⚠️ can make mistakes. check important info.")
494
 
495
  if __name__ == "__main__":
496
  demo.queue(max_size=20).launch()