JeCabrera commited on
Commit
54a6e21
·
verified ·
1 Parent(s): 96114ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,7 +72,7 @@ def get_gemini_response_bullets(target_audience, product, num_bullets, temperatu
72
  "Important: Only respond with bullets, never include explanations or categories, like this example: 'Attend the masterclass and discover techniques to boost your professional career. (This bullet appeals to the desire for personal and professional growth.)'\n"
73
  "Bullets should vary, based on these examples to guide your task of creating bullets:\n\n"
74
  "Use these guidelines to generate high-converting bullets in Spanish."
75
- f"When responding, always include a heading referencing {target_audience} and the product as follows:" f"'Here are 5 bullets for {target_audience}, increasing the desire to acquire the {product}:' "
76
  )
77
  )
78
 
 
72
  "Important: Only respond with bullets, never include explanations or categories, like this example: 'Attend the masterclass and discover techniques to boost your professional career. (This bullet appeals to the desire for personal and professional growth.)'\n"
73
  "Bullets should vary, based on these examples to guide your task of creating bullets:\n\n"
74
  "Use these guidelines to generate high-converting bullets in Spanish."
75
+ f"When responding, always include a heading referencing {target_audience} and the product as follows:" f"'Aquí hay {num_bullets} bullets para convencer a {target_audience}, de [beneficio de comprar, asistir, descargar, adquirir,] {product}' "
76
  )
77
  )
78