Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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,
|