Redmind commited on
Commit
267ae35
·
verified ·
1 Parent(s): 430e82e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- # print(chatbot)
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