mikaelbhai commited on
Commit
e9f0093
1 Parent(s): 0974307

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 with history",
26
  inputs = ["text",'state'],
27
  outputs = ["chatbot",'state']).launch(debug = True)