Redmind commited on
Commit
28fd854
·
verified ·
1 Parent(s): 9ac6280

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -629,7 +629,7 @@ def answer_question(user_question, chatbot, audio=None):
629
  body=response.get("output", "").split(":")[0],
630
  # attachment_path=chart_path
631
  attachment_path=img_str)
632
- )
633
  # Send email with the chart image attached
634
  """send_email_with_attachment(
635
  recipient_email=user_email,
 
629
  body=response.get("output", "").split(":")[0],
630
  # attachment_path=chart_path
631
  attachment_path=img_str)
632
+
633
  # Send email with the chart image attached
634
  """send_email_with_attachment(
635
  recipient_email=user_email,