shnippi commited on
Commit
9b80b15
·
1 Parent(s): 33a6b97
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,7 +70,7 @@ def email(linkedin_url, description_of_what_you_are_selling , description_of_who
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: " + calendly_link
74
 
75
  data = {
76
  "model": os.environ["MODEL_NAME"],
 
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)
74
 
75
  data = {
76
  "model": os.environ["MODEL_NAME"],