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

Update prompts.py

Browse files
Files changed (1) hide show
  1. prompts.py +27 -6
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 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
 
@@ -143,8 +143,8 @@ def create_fb_ad_instruction(target_audience, product, selected_formula, selecte
143
 
144
  {persona_instruction}
145
 
146
- Ad Requirements:
147
- 1. **Creative Headline:** Create a bold, unexpected headline that captures attention and perfectly aligns with the story. Make it memorable, emotionally resonant, and specific to the audience's desires.
148
  2. **Powerful Hook:** Follow with an attention-grabbing line that immediately stops scrolling.
149
  3. **Social Proof & Credibility:** Include elements of social proof and credibility to build trust with the audience.
150
  4. **Clear Benefits:** Highlight why this product is the best solution for {target_audience}'s needs.
@@ -213,11 +213,32 @@ def create_fb_ad_instruction(target_audience, product, selected_formula, selecte
213
  - Focus on the most impactful points rather than trying to cover everything
214
 
215
  Output format:
216
- 1. [First creative and compelling headline]
217
 
218
- 2. [Second creative and compelling headline, different approach]
 
 
 
219
 
220
- 3. [Third creative and compelling headline, another distinct approach]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
221
 
222
  --------------------------
223
 
 
135
  instruction = f"""
136
  {system_prompt}
137
 
138
+ Create three completely different high-converting Facebook ad copies 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
 
 
143
 
144
  {persona_instruction}
145
 
146
+ Ad Requirements for EACH of the three ads:
147
+ 1. **Creative Headlines:** Create three bold, unexpected headlines for EACH ad that capture attention and perfectly align with the story. Make them memorable, emotionally resonant, and specific to the audience's desires.
148
  2. **Powerful Hook:** Follow with an attention-grabbing line that immediately stops scrolling.
149
  3. **Social Proof & Credibility:** Include elements of social proof and credibility to build trust with the audience.
150
  4. **Clear Benefits:** Highlight why this product is the best solution for {target_audience}'s needs.
 
213
  - Focus on the most impactful points rather than trying to cover everything
214
 
215
  Output format:
216
+ ## Ad Variation 1:
217
 
218
+ Headline Options:
219
+ 1. [First creative and compelling headline for ad 1]
220
+ 2. [Second creative and compelling headline for ad 1]
221
+ 3. [Third creative and compelling headline for ad 1]
222
 
223
+ [Complete ad copy for the first variation, following all the requirements above]
224
+
225
+ ## Ad Variation 2:
226
+
227
+ Headline Options:
228
+ 1. [First creative and compelling headline for ad 2]
229
+ 2. [Second creative and compelling headline for ad 2]
230
+ 3. [Third creative and compelling headline for ad 2]
231
+
232
+ [Complete ad copy for the second variation, following all the requirements above]
233
+
234
+ ## Ad Variation 3:
235
+
236
+ Headline Options:
237
+ 1. [First creative and compelling headline for ad 3]
238
+ 2. [Second creative and compelling headline for ad 3]
239
+ 3. [Third creative and compelling headline for ad 3]
240
+
241
+ [Complete ad copy for the third variation, following all the requirements above]
242
 
243
  --------------------------
244