kaxap commited on
Commit
0569929
1 Parent(s): 2774121

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -65,6 +65,7 @@ with gr.Blocks() as demo:
65
  return "", chat_history
66
 
67
  def respond(message, chat_history):
 
68
  try:
69
  int(message)
70
  return _retrieve(message, chat_history)
 
65
  return "", chat_history
66
 
67
  def respond(message, chat_history):
68
+ print(f"received input '{message}'")
69
  try:
70
  int(message)
71
  return _retrieve(message, chat_history)