Spaces:
Sleeping
Sleeping
Commit
·
e9f0093
1
Parent(s):
0974307
Update app.py
Browse files
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)
|