Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -559,7 +559,7 @@ def answer_question(user_question, chatbot, audio=None):
|
|
559 |
img = f'<img src="data:image/png;base64,{img_str}" style="width:500px; height:400px;">'
|
560 |
# image = gr.Image(value=img_str)
|
561 |
chatbot.append((user_question, img))
|
562 |
-
|
563 |
# email send
|
564 |
if user_email:
|
565 |
# Send email with the chart image attached
|
|
|
559 |
img = f'<img src="data:image/png;base64,{img_str}" style="width:500px; height:400px;">'
|
560 |
# image = gr.Image(value=img_str)
|
561 |
chatbot.append((user_question, img))
|
562 |
+
print(user_email)
|
563 |
# email send
|
564 |
if user_email:
|
565 |
# Send email with the chart image attached
|