Method314 commited on
Commit
456ac36
·
verified ·
1 Parent(s): 61be7bf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -217,4 +217,4 @@ with gr.Blocks(theme=seafoam, title="Log Stock Charts", css=custom_css) as iface
217
  )
218
 
219
  # Launch the app
220
- iface.launch()
 
217
  )
218
 
219
  # Launch the app
220
+ iface.launch(show_api=False, show_error=False)