vumichien commited on
Commit
f46e416
1 Parent(s): 03250df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -228,5 +228,5 @@ with gr.Blocks(analytics_enabled=False,theme=gr.themes.Soft()) as demo:
228
  btn.click(create_plot, ui.all_components(), plot)
229
  demo.load(create_plot, ui.all_components(), plot)
230
 
231
- demo.launch(share=True)
232
  # ====================================================================
 
228
  btn.click(create_plot, ui.all_components(), plot)
229
  demo.load(create_plot, ui.all_components(), plot)
230
 
231
+ demo.launch()
232
  # ====================================================================