JeCabrera commited on
Commit
418766e
·
verified ·
1 Parent(s): ecebfc6

Update prompts.py

Browse files
Files changed (1) hide show
  1. prompts.py +2 -1
prompts.py CHANGED
@@ -135,7 +135,7 @@ def create_fb_ad_instruction(target_audience, product, selected_formula, selecte
135
  instruction = f"""
136
  {system_prompt}
137
 
138
- Create a high-converting Facebook ad copy for {product}, channeling the voice of {selected_persona['description']} while leveraging the selected angle to persuade {target_audience} to try it and share their positive experience.
139
 
140
  {objective_instruction if ad_objective else ""}
141
 
@@ -239,6 +239,7 @@ def create_fb_ad_instruction(target_audience, product, selected_formula, selecte
239
  13. Does the CTA naturally flow from the story and provide a logical next step for the reader?
240
  14. Is the total word count between 125-150 words as required? If not, adjust to meet this critical requirement.
241
  15. Have you focused on the most impactful points rather than trying to cover everything?
 
242
 
243
  Your goal is to inspire desire and action, avoiding explanations or categories in the response.
244
  """
 
135
  instruction = f"""
136
  {system_prompt}
137
 
138
+ Create three high-converting Facebook ad copy's for {product}, channeling the voice of {selected_persona['description']} while leveraging the selected angle to persuade {target_audience} to try it and share their positive experience.
139
 
140
  {objective_instruction if ad_objective else ""}
141
 
 
239
  13. Does the CTA naturally flow from the story and provide a logical next step for the reader?
240
  14. Is the total word count between 125-150 words as required? If not, adjust to meet this critical requirement.
241
  15. Have you focused on the most impactful points rather than trying to cover everything?
242
+ 16. Have you created exactly three distinct headline variations that approach the same core message from different angles?
243
 
244
  Your goal is to inspire desire and action, avoiding explanations or categories in the response.
245
  """