Update app.py
Browse files
app.py
CHANGED
@@ -119,6 +119,7 @@ def get_menu():
|
|
119 |
return menu
|
120 |
|
121 |
def reply_bot(message, history):
|
|
|
122 |
menu = get_menu()
|
123 |
|
124 |
history = []
|
|
|
119 |
return menu
|
120 |
|
121 |
def reply_bot(message, history):
|
122 |
+
print(history)
|
123 |
menu = get_menu()
|
124 |
|
125 |
history = []
|