Spaces:
Runtime error
Runtime error
Ashhar
commited on
Commit
•
32cff0f
1
Parent(s):
4e472cd
slight changes in system prompt
Browse files
app.py
CHANGED
@@ -85,9 +85,11 @@ Check with them what they would like to change in the variation.
|
|
85 |
|
86 |
# Once the mail is finalized. You ask the user for all the missing placeholder values to write the final mail.
|
87 |
|
88 |
-
# After the placeholder values are available in the final email, you
|
89 |
|
90 |
-
# Once
|
|
|
|
|
91 |
Dont send email until you have received a valid email from user.
|
92 |
|
93 |
# You congratulate the user and ask if he would like to save this email as a template. If he agrees, save this template in Google Sheet.
|
|
|
85 |
|
86 |
# Once the mail is finalized. You ask the user for all the missing placeholder values to write the final mail.
|
87 |
|
88 |
+
# After the placeholder values are available in the final email, you show the final email and confirm if it looks OK.
|
89 |
|
90 |
+
# Once the user is happy with the final email, you then ask for the recipient email ID.
|
91 |
+
|
92 |
+
# Once you have the final approved mail and recipient exact email ID, you send this final well formatted mail to the email ID.
|
93 |
Dont send email until you have received a valid email from user.
|
94 |
|
95 |
# You congratulate the user and ask if he would like to save this email as a template. If he agrees, save this template in Google Sheet.
|