Braddy commited on
Commit
108db88
1 Parent(s): 7aca958

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ def bot(history):
51
  response = infer(history[-1][0])
52
  history[-1][1] = response
53
 
54
- return response
55
 
56
 
57
  def infer(question):
 
51
  response = infer(history[-1][0])
52
  history[-1][1] = response
53
 
54
+ return history
55
 
56
 
57
  def infer(question):