Redmind commited on
Commit
421389f
·
verified ·
1 Parent(s): f9884d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -645,6 +645,7 @@ def answer_question_thread(user_question, chatbot, audio=None):
645
  # attachment_path=chart_path
646
  attachment_path=os.getenv("IMAGE_PATH")
647
  )"""
 
648
 
649
  if "send email to" in user_question:
650
  try:
 
645
  # attachment_path=chart_path
646
  attachment_path=os.getenv("IMAGE_PATH")
647
  )"""
648
+ return user_question, img
649
 
650
  if "send email to" in user_question:
651
  try: