Iskaj commited on
Commit
a23e455
1 Parent(s): 6c4c77e

fix share removal

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -155,5 +155,5 @@ if __name__ == "__main__":
155
  import matplotlib
156
  matplotlib.use('SVG')
157
 
158
- # iface.launch(show_error=True)
159
- iface.launch(share=True, debug=True)
 
155
  import matplotlib
156
  matplotlib.use('SVG')
157
 
158
+ iface.launch(show_error=True)
159
+ # iface.launch(share=True, debug=True)