Spaces:
Build error
Build error
Iskaj
commited on
Commit
·
a23e455
1
Parent(s):
6c4c77e
fix share removal
Browse files
app.py
CHANGED
@@ -155,5 +155,5 @@ if __name__ == "__main__":
|
|
155 |
import matplotlib
|
156 |
matplotlib.use('SVG')
|
157 |
|
158 |
-
|
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)
|