Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -71,7 +71,7 @@ def get_gemini_response_bullets(target_audience, product, num_bullets, creativit
|
|
71 |
- Indirect: Subtly suggest the product without naming it.
|
72 |
- Metaphorical: Use a metaphor to connect the product to the solution.
|
73 |
Please create the bullets now.
|
74 |
-
Cuando respondas siempre escribe un títular que mencione el público objetivo, el producto de la siguiente manera: Aquí tienes 5 bullets para Papás solteros, que aumenten el deseo de adquirir el Aceite multigrado, usando la mención indirecta:
|
75 |
"""
|
76 |
|
77 |
response = model.generate_content([full_prompt])
|
@@ -141,7 +141,7 @@ if submit:
|
|
141 |
generated_bullets = get_gemini_response_bullets(target_audience, product, num_bullets, creativity)
|
142 |
col2.markdown(f"""
|
143 |
<div style="border: 1px solid #000000; padding: 5px; border-radius: 8px; background-color: #ffffff;">
|
144 |
-
|
145 |
<p>{generated_bullets}</p>
|
146 |
</div>
|
147 |
""", unsafe_allow_html=True)
|
|
|
71 |
- Indirect: Subtly suggest the product without naming it.
|
72 |
- Metaphorical: Use a metaphor to connect the product to the solution.
|
73 |
Please create the bullets now.
|
74 |
+
Cuando respondas siempre escribe un títular con formato H1 que mencione el público objetivo, el producto de la siguiente manera: Aquí tienes 5 bullets para Papás solteros, que aumenten el deseo de adquirir el Aceite multigrado, usando la mención indirecta:
|
75 |
"""
|
76 |
|
77 |
response = model.generate_content([full_prompt])
|
|
|
141 |
generated_bullets = get_gemini_response_bullets(target_audience, product, num_bullets, creativity)
|
142 |
col2.markdown(f"""
|
143 |
<div style="border: 1px solid #000000; padding: 5px; border-radius: 8px; background-color: #ffffff;">
|
144 |
+
|
145 |
<p>{generated_bullets}</p>
|
146 |
</div>
|
147 |
""", unsafe_allow_html=True)
|