Braddy commited on
Commit
064bcd7
1 Parent(s): 4e18b30

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -42,6 +42,7 @@ def add_text(history, text):
42
  return history, ""
43
 
44
  def bot(history):
 
45
  response = infer(history[-1][0], history)
46
  history[-1][1] = ""
47
 
 
42
  return history, ""
43
 
44
  def bot(history):
45
+ print(history)
46
  response = infer(history[-1][0], history)
47
  history[-1][1] = ""
48