ShAnSantosh commited on
Commit
cbdeb59
1 Parent(s): b0be802

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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"]).launch()
 
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