Update utils.py
Browse files
utils.py
CHANGED
@@ -40,6 +40,6 @@ def email_summary(file):
|
|
40 |
print(result["text"])
|
41 |
|
42 |
# Send email using zapier
|
43 |
-
agent.run("Send an Email to
|
44 |
|
45 |
|
|
|
40 |
print(result["text"])
|
41 |
|
42 |
# Send email using zapier
|
43 |
+
agent.run("Send an Email to samim1000@gmail.com via gmail summarizing the following text provided below : "+result["text"])
|
44 |
|
45 |
|