Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
arielleharris
/
FAQStudentChatbot
like
0
Sleeping
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
arielleharris
commited on
Jan 24
Commit
3ac09d6
·
verified
·
1 Parent(s):
07711db
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -37,6 +37,6 @@ interface = gr.Interface(
37
)
38
39
# Launch the chatbot
40
-
interface.launch()
41
42
37
)
38
39
# Launch the chatbot
40
+
interface.launch(
share=True
)
41
42