mikaelbhai commited on
Commit
f1800e1
1 Parent(s): 2c806a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -22,5 +22,6 @@ def chatbot(input, history=[]):
22
 
23
 
24
  gr.Interface(fn = chatbot,
 
25
  inputs = ["text",'state'],
26
  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)