Update app.py
Browse files
app.py
CHANGED
@@ -41,13 +41,13 @@ data = {
|
|
41 |
table = pd.DataFrame.from_dict(data)
|
42 |
|
43 |
chat_history_ids = None
|
44 |
-
bot_input_ids = None
|
45 |
|
46 |
|
47 |
def chatbot_response(user_message):
|
48 |
|
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)
|
|
|
41 |
table = pd.DataFrame.from_dict(data)
|
42 |
|
43 |
chat_history_ids = None
|
44 |
+
#bot_input_ids = None
|
45 |
|
46 |
|
47 |
def chatbot_response(user_message):
|
48 |
|
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)
|