jsmanrique commited on
Commit
281b21c
·
verified ·
1 Parent(s): 02925f0

Remove share=True in app.launch()

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -177,4 +177,4 @@ SOFTWARE."""
177
 
178
 
179
  if __name__ == "__main__":
180
- app.launch(share=True)
 
177
 
178
 
179
  if __name__ == "__main__":
180
+ app.launch()