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