Spaces:
Runtime error
Runtime error
Tristan Thrush
commited on
Commit
•
a2d5fb9
1
Parent(s):
2f7020e
debug statements in query getter
Browse files
app.py
CHANGED
@@ -84,4 +84,4 @@ with demo:
|
|
84 |
_js="function(state, dummy) { return [state, window.location.search]; }",
|
85 |
)
|
86 |
|
87 |
-
demo.launch()
|
|
|
84 |
_js="function(state, dummy) { return [state, window.location.search]; }",
|
85 |
)
|
86 |
|
87 |
+
demo.launch(share=True)
|