Redmind commited on
Commit
4b4235e
·
verified ·
1 Parent(s): 0fe444f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -578,6 +578,8 @@ def handle_query(user_question, chatbot, audio=None):
578
  return "Processing was cancelled."
579
  try:
580
  result = future.result() # Get the result of the completed future
 
 
581
  return result
582
  except Exception as e:
583
  return f"Error occurred: {e}"
 
578
  return "Processing was cancelled."
579
  try:
580
  result = future.result() # Get the result of the completed future
581
+ print("result")
582
+ print(result)
583
  return result
584
  except Exception as e:
585
  return f"Error occurred: {e}"