Update app.py
Browse files
app.py
CHANGED
@@ -56,10 +56,23 @@ def get_gha_response(target_audience, product, action, mood, length, story_topic
|
|
56 |
You are a skilled copywriter and storyteller. Create a persuasive story in Spanish following the G.H.A. formula (Gancho, Historia, Acci贸n).
|
57 |
Do not explicitly label or explain each section (Gancho, Historia, Acci贸n). Instead, weave these elements naturally into a cohesive, flowing narrative that emotionally connects with the {target_audience}.
|
58 |
The story should have {length} words, with a {mood} tone. Here are the details:
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
63 |
"""
|
64 |
response = model.generate_content([full_prompt])
|
65 |
if response and response.parts:
|
|
|
56 |
You are a skilled copywriter and storyteller. Create a persuasive story in Spanish following the G.H.A. formula (Gancho, Historia, Acci贸n).
|
57 |
Do not explicitly label or explain each section (Gancho, Historia, Acci贸n). Instead, weave these elements naturally into a cohesive, flowing narrative that emotionally connects with the {target_audience}.
|
58 |
The story should have {length} words, with a {mood} tone. Here are the details:
|
59 |
+
|
60 |
+
1. **Gancho**: Begin with a hook that immediately grabs the attention of the {target_audience}. It could be a provocative question, an unexpected fact, or a statement that challenges their beliefs or assumptions. The goal is to create curiosity and make them want to read more.
|
61 |
+
|
62 |
+
2. **Historia**: Tell a personal or fictional story based on the following story topic: "{story_topic}". Incorporate the following elements seamlessly into the narrative:
|
63 |
+
- What was the initial situation or challenge the protagonist faced?
|
64 |
+
- What conflict or problem arose and how did it affect them emotionally?
|
65 |
+
- How did they feel and what did they learn from that experience?
|
66 |
+
- What action did they take to resolve the situation or what did they learn in the process?
|
67 |
+
- What was the outcome or lesson learned that could apply to the {target_audience}'s life?
|
68 |
+
Make sure the story is engaging and retains the attention of the reader while providing a meaningful takeaway that resonates with their own struggles or aspirations.
|
69 |
+
|
70 |
+
3. **Acci贸n**: Conclude with a natural call to action that invites the reader to take the next step, based on the lesson or transformation in the story. Make this invitation compelling and connected to the emotional shift the reader should experience. Avoid sounding repetitive by using the lesson as the bridge to your call to action, for example:
|
71 |
+
- "Lo que aprend铆 es que ser honesto en mis historias conecta m谩s con la gente, y t煤 tambi茅n puedes lograrlo si compartes tus experiencias reales. Si quieres saber c贸mo hacerlo, 煤nete a mi clase en vivo hoy a las 05:00 pm."
|
72 |
+
- "Tras superar mi fracaso, entend铆 que la vulnerabilidad es la clave para ganar confianza, y t煤 tambi茅n puedes mejorar tus relaciones si dejas ver tu humanidad. Si deseas descubrir c贸mo, cont谩ctame ahora y comencemos."
|
73 |
+
Use the action to empower the reader, showing them that they can take a similar journey and achieve a positive outcome.
|
74 |
+
|
75 |
+
Ensure that the entire narrative flows smoothly, making the call to action feel like a natural next step after the story, rather than a forced conclusion.
|
76 |
"""
|
77 |
response = model.generate_content([full_prompt])
|
78 |
if response and response.parts:
|