mikaelbhai commited on
Commit
ad87696
1 Parent(s): f1800e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,6 +22,6 @@ def chatbot(input, history=[]):
22
 
23
 
24
  gr.Interface(fn = chatbot,
25
- title = "bhAI"
26
  inputs = ["text",'state'],
27
  outputs = ["chatbot",'state']).launch(debug = True)
 
22
 
23
 
24
  gr.Interface(fn = chatbot,
25
+ title = "bhAI",
26
  inputs = ["text",'state'],
27
  outputs = ["chatbot",'state']).launch(debug = True)