Update app.py
Browse files
app.py
CHANGED
@@ -36,8 +36,8 @@ def get_adp_response(target_audience, product, action, mood, length):
|
|
36 |
The story should have {length} words, with a {mood} tone. Here are the details:
|
37 |
1. Antes: Describe the current problem and frustrations that the {target_audience} is facing.
|
38 |
2. Después: Paint a desired scenario where the problem is solved and the benefits are evident.
|
39 |
-
3. Puente: Introduce your solution as the logical bridge between the current frustration and the desired result.
|
40 |
-
The solution should be your product, and the bridge should include a call to action inviting the reader to take action.
|
41 |
Write a cohesive, engaging, and emotionally resonant narrative tailored to connect with the {target_audience}.
|
42 |
"""
|
43 |
response = model.generate_content([full_prompt])
|
|
|
36 |
The story should have {length} words, with a {mood} tone. Here are the details:
|
37 |
1. Antes: Describe the current problem and frustrations that the {target_audience} is facing.
|
38 |
2. Después: Paint a desired scenario where the problem is solved and the benefits are evident.
|
39 |
+
3. Puente: Introduce your solution '{product}' as the logical bridge between the current frustration and the desired result.
|
40 |
+
The solution should be your product, and the bridge should include a call to action '{action}' inviting the reader to take action.
|
41 |
Write a cohesive, engaging, and emotionally resonant narrative tailored to connect with the {target_audience}.
|
42 |
"""
|
43 |
response = model.generate_content([full_prompt])
|