ysharma HF Staff commited on
Commit
b708555
·
1 Parent(s): 7baf99e
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -45,6 +45,7 @@ def predict_old(user_input, chatbot):
45
 
46
  def predict(inputs, chatbot):
47
 
 
48
  messages = []
49
  for conv in chatbot:
50
  user = conv[0]
 
45
 
46
  def predict(inputs, chatbot):
47
 
48
+ print(f"Chatbot : {chatbot}")
49
  messages = []
50
  for conv in chatbot:
51
  user = conv[0]