Spaces:
Build error
Build error
ShAnSantosh
commited on
Commit
•
4360a86
1
Parent(s):
cbdeb59
Update app.py
Browse files
app.py
CHANGED
@@ -56,5 +56,5 @@ gr.Interface(fn=predict,
|
|
56 |
css=".footer {display:none !important}",
|
57 |
inputs=["text", "state"],
|
58 |
outputs=["chatbot", "state"],
|
59 |
-
title="Coffee Shop Bot").launch()
|
60 |
|
|
|
56 |
css=".footer {display:none !important}",
|
57 |
inputs=["text", "state"],
|
58 |
outputs=["chatbot", "state"],
|
59 |
+
title="Coffee Shop Bot").launch(share=True)
|
60 |
|