Redmind commited on
Commit
4c2c953
·
verified ·
1 Parent(s): 9eb64d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -650,7 +650,7 @@ def answer_question_thread(user_question, chatbot, audio=None):
650
  send_email_with_attachment_mailjet(
651
  recipient_email=user_email,
652
  subject="Warehouse Inventory Report",
653
- body=response.get("output", "").split(".")[0],
654
  # attachment_path=chart_path
655
  attach_img_base64=img_str)
656
 
 
650
  send_email_with_attachment_mailjet(
651
  recipient_email=user_email,
652
  subject="Warehouse Inventory Report",
653
+ body=response.get("output", "").split(".")[0] + ". This is an auto-generated email containing a chart created using Generative AI.",
654
  # attachment_path=chart_path
655
  attach_img_base64=img_str)
656