shnippi commited on
Commit
8c88d14
·
1 Parent(s): 9b80b15
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,7 +67,7 @@ def email(linkedin_url, description_of_what_you_are_selling , description_of_who
67
 
68
  # write the mail
69
 
70
- prompt = "now write me a " + type_of_email + " cold outreach email to this person that is highly personalized with the following information: " + summary + ". \n The email should be about selling " + description_of_what_you_are_selling + "The email is from " + description_of_who_you_are + " . Don't use placeholders. ",
71
 
72
  if calendly_link != "":
73
  prompt = prompt + "The person can schedule a call here: " + str(calendly_link)
 
67
 
68
  # write the mail
69
 
70
+ prompt = "now write me a " + type_of_email + " cold outreach email to this person that is highly personalized with the following information: " + summary + ". \n The email should be about selling " + description_of_what_you_are_selling + "The email is from " + description_of_who_you_are + " . Don't use placeholders. "
71
 
72
  if calendly_link != "":
73
  prompt = prompt + "The person can schedule a call here: " + str(calendly_link)