JeCabrera commited on
Commit
814a49b
·
verified ·
1 Parent(s): 7232416

Update prompts.py

Browse files
Files changed (1) hide show
  1. prompts.py +13 -7
prompts.py CHANGED
@@ -111,11 +111,12 @@ def create_fb_ad_instruction(target_audience, product, selected_formula, selecte
111
  {persona_instruction}
112
 
113
  Ad Requirements:
114
- 1. **Powerful Hook:** Start with an attention-grabbing line that immediately stops scrolling.
115
- 2. **Social Proof & Credibility:** Include elements of social proof and credibility to build trust with the audience.
116
- 3. **Clear Benefits:** Highlight why this product is the best solution for {target_audience}'s needs.
117
- 4. **Strong Call to Action (CTA):** Clearly instruct the audience on the next step (e.g., "Try it now," "Sign up today," "Get 20% off").
118
- 5. **Optimized for Multiple Ad Formats:** Ensure the copy works for image, video, and carousel ads.
 
119
 
120
  Use this formula to structure the ad: {selected_formula['description']}
121
  {formula_examples}
@@ -128,7 +129,7 @@ def create_fb_ad_instruction(target_audience, product, selected_formula, selecte
128
  - Frame all benefits through this specific perspective
129
  - Use the suggested keywords naturally throughout the copy
130
  - Maintain the specified style consistently in your tone and language
131
- - Ensure this angle is evident in both the hook and the call to action
132
 
133
  The goal is to show how {product} can transform the reader's life, connecting naturally and emotionally.
134
  Avoid literal or repetitive mentions, and highlight concrete solutions, showing how the product removes obstacles or satisfies real desires.
@@ -136,8 +137,13 @@ def create_fb_ad_instruction(target_audience, product, selected_formula, selecte
136
  Additional Instructions:
137
  - Ensure the tone and style match the brand and audience expectations.
138
  - Generate the ad copy in {language}.
 
 
 
 
 
 
139
 
140
- Output format: Present the complete ad with a powerful hook, clear benefits, and a compelling call to action.
141
  Your goal is to inspire desire and action, avoiding explanations or categories in the response.
142
  """
143
 
 
111
  {persona_instruction}
112
 
113
  Ad Requirements:
114
+ 1. **Bold Headline:** Start with a clear, attention-grabbing headline (5-9 words) that summarizes the main benefit.
115
+ 2. **Powerful Hook:** Follow with an attention-grabbing line that immediately stops scrolling.
116
+ 3. **Social Proof & Credibility:** Include elements of social proof and credibility to build trust with the audience.
117
+ 4. **Clear Benefits:** Highlight why this product is the best solution for {target_audience}'s needs.
118
+ 5. **Strong Call to Action (CTA):** Clearly instruct the audience on the next step (e.g., "Try it now," "Sign up today," "Get 20% off").
119
+ 6. **Optimized for Multiple Ad Formats:** Ensure the copy works for image, video, and carousel ads.
120
 
121
  Use this formula to structure the ad: {selected_formula['description']}
122
  {formula_examples}
 
129
  - Frame all benefits through this specific perspective
130
  - Use the suggested keywords naturally throughout the copy
131
  - Maintain the specified style consistently in your tone and language
132
+ - Ensure this angle is evident in both the headline, hook and the call to action
133
 
134
  The goal is to show how {product} can transform the reader's life, connecting naturally and emotionally.
135
  Avoid literal or repetitive mentions, and highlight concrete solutions, showing how the product removes obstacles or satisfies real desires.
 
137
  Additional Instructions:
138
  - Ensure the tone and style match the brand and audience expectations.
139
  - Generate the ad copy in {language}.
140
+ - Format the headline in bold and make it stand out from the rest of the copy.
141
+
142
+ Output format:
143
+ **HEADLINE: [Your compelling headline here]**
144
+
145
+ [Rest of the ad copy with a powerful hook, clear benefits, and a compelling call to action]
146
 
 
147
  Your goal is to inspire desire and action, avoiding explanations or categories in the response.
148
  """
149