skoneru commited on
Commit
b46c336
·
verified ·
1 Parent(s): 471ea72

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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 = []