RafaelJaime commited on
Commit
da439a4
·
verified ·
1 Parent(s): 7160671

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ def send_email(to:str, subject:int, html:str)-> str: #it's import to specify the
24
  "from": "[email protected]",
25
  "to": to,
26
  "subject": subject,
27
- "html": conversation_summary
28
  })
29
 
30
  return f"Email with conversation summary sent successfully to {to} with subject '{subject}'"
 
24
  "from": "[email protected]",
25
  "to": to,
26
  "subject": subject,
27
+ "html": html
28
  })
29
 
30
  return f"Email with conversation summary sent successfully to {to} with subject '{subject}'"