JeCabrera commited on
Commit
3859fb1
Β·
verified Β·
1 Parent(s): 36a9da8

Update prompts.py

Browse files
Files changed (1) hide show
  1. prompts.py +12 -28
prompts.py CHANGED
@@ -213,47 +213,31 @@ 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
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
217
  | ANUNCIO PREMIUM #1 |
218
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
219
 
220
- TITULARES IMPACTANTES:
 
 
221
 
222
- 1. [Primer titular creativo y persuasivo]
223
- 2. [Segundo titular con enfoque diferente]
224
- 3. [Tercer titular con otro Γ‘ngulo distinto]
225
 
226
- HISTORIA PERSUASIVA:
227
 
228
- [Texto completo del primer anuncio, siguiendo todos los requisitos anteriores]
229
-
230
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
231
  | ANUNCIO PREMIUM #2 |
232
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
233
-
234
- TITULARES IMPACTANTES:
235
 
236
- 1. [Primer titular creativo y persuasivo]
237
- 2. [Segundo titular con enfoque diferente]
238
- 3. [Tercer titular con otro Γ‘ngulo distinto]
239
 
240
- HISTORIA PERSUASIVA:
241
 
242
- [Texto completo del segundo anuncio, siguiendo todos los requisitos anteriores]
243
 
244
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
245
  | ANUNCIO PREMIUM #3 |
246
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
247
-
248
- TITULARES IMPACTANTES:
249
-
250
- 1. [Primer titular creativo y persuasivo]
251
- 2. [Segundo titular con enfoque diferente]
252
- 3. [Tercer titular con otro Γ‘ngulo distinto]
253
 
254
- HISTORIA PERSUASIVA:
 
 
255
 
256
- [Texto completo del tercer anuncio, siguiendo todos los requisitos anteriores]
257
 
258
  --------------------------
259
 
 
213
  - Focus on the most impactful points rather than trying to cover everything
214
 
215
  Output format:
 
216
  | ANUNCIO PREMIUM #1 |
 
217
 
218
+ 1. [First creative and persuasive headline]
219
+ 2. [Second headline with a different approach]
220
+ 3. [Third headline with another distinct angle]
221
 
222
+ [Complete text for the first ad, following all the requirements above]
 
 
223
 
 
224
 
 
 
 
225
  | ANUNCIO PREMIUM #2 |
 
 
 
226
 
227
+ 1. [First creative and persuasive headline]
228
+ 2. [Second headline with a different approach]
229
+ 3. [Third headline with another distinct angle]
230
 
231
+ [Complete text for the second ad, following all the requirements above]
232
 
 
233
 
 
234
  | ANUNCIO PREMIUM #3 |
 
 
 
 
 
 
 
235
 
236
+ 1. [First creative and persuasive headline]
237
+ 2. [Second headline with a different approach]
238
+ 3. [Third headline with another distinct angle]
239
 
240
+ [Complete text for the third ad, following all the requirements above]
241
 
242
  --------------------------
243