emilylearning commited on
Commit
7c94469
1 Parent(s): c9e9f7c

remove share=True

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -279,6 +279,6 @@ with demo:
279
  outputs=[display_text, female_df, female_fig]
280
  )
281
 
282
- demo.launch(share=True, debug=True)
283
 
284
  # %%
 
279
  outputs=[display_text, female_df, female_fig]
280
  )
281
 
282
+ demo.launch(debug=True)
283
 
284
  # %%