belimy commited on
Commit
ede30c8
1 Parent(s): c723763

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ def chat(p, qid, uid):
45
  # chatbot.append((txt, response))
46
  # chatbot.append((response))
47
  # print(history)
48
- return [response]
49
  # return chatbot, context
50
 
51
 
 
45
  # chatbot.append((txt, response))
46
  # chatbot.append((response))
47
  # print(history)
48
+ return response
49
  # return chatbot, context
50
 
51