teaevo commited on
Commit
cd384a6
·
1 Parent(s): 3451268

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -49,8 +49,8 @@ def chatbot_response(user_message):
49
  global chat_history_ids
50
  global bot_input_ids
51
 
52
- print("chat: " + chat_history_ids)
53
- print("bot: " + bot_input_ids)
54
  # Check if the user input is a question
55
  is_question = "?" in user_message
56
 
 
49
  global chat_history_ids
50
  global bot_input_ids
51
 
52
+ print(chat_history_ids is None)
53
+ #print(bot_input_ids is None)
54
  # Check if the user input is a question
55
  is_question = "?" in user_message
56