Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Tamqeen
/
DataAnalyst-Chatbot
like
0
Runtime error
App
Files
Files
Community
Tamqeen
commited on
May 18
Commit
8d76f89
•
1 Parent(s):
94f4bc6
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -130,4 +130,5 @@ iface = gr.Interface(
130
)
131
132
# Launch the interface
133
-
iface.launch()
130
)
131
132
# Launch the interface
133
+
# Launch the interface
134
+
iface.launch(share=True, debug=True)