Redmind commited on
Commit
72764b9
·
verified ·
1 Parent(s): c7a1e0f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -626,7 +626,7 @@ def answer_question(user_question, chatbot, audio=None):
626
  send_email_with_attachment_mailjet(
627
  recipient_email=user_email,
628
  subject="Warehouse Inventory Report",
629
- body=response.get("output", "").split(":")[0],
630
  # attachment_path=chart_path
631
  attachment_path=img_str)
632
 
 
626
  send_email_with_attachment_mailjet(
627
  recipient_email=user_email,
628
  subject="Warehouse Inventory Report",
629
+ body=response.get("output", "").split(".")[0],
630
  # attachment_path=chart_path
631
  attachment_path=img_str)
632