fffiloni commited on
Commit
f59b998
1 Parent(s): 6d4e313

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ def infer(question, history):
52
  for human, ai in history[:-1]:
53
  pair = (human, ai)
54
  res.append(pair)
55
- res = ["\n".join(res)]
56
  chat_history = res
57
  #print(chat_history)
58
  query = question
 
52
  for human, ai in history[:-1]:
53
  pair = (human, ai)
54
  res.append(pair)
55
+
56
  chat_history = res
57
  #print(chat_history)
58
  query = question