Spaces:
Running
Running
Update app.py
Browse files
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"'
|
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 |
|