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