Update app.py
Browse files
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(
|
53 |
-
print(
|
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 |
|