Update app.py
Browse files
app.py
CHANGED
@@ -283,16 +283,16 @@ KEY ELEMENTS TO INCLUDE:
|
|
283 |
|
284 |
# Instrucciones específicas para GHA cuando hay story_topic
|
285 |
if formula_type == "GHA" and story_topic:
|
286 |
-
|
287 |
-
|
288 |
-
|
289 |
-
|
290 |
-
|
291 |
-
|
292 |
-
|
293 |
-
|
294 |
-
|
295 |
-
REQUIRED STORY ELEMENTS:
|
296 |
1. Opening hook must directly relate to "{story_topic}"
|
297 |
2. Story must maintain focus on this specific topic/experience
|
298 |
3. Product integration should feel natural within this context
|
|
|
283 |
|
284 |
# Instrucciones específicas para GHA cuando hay story_topic
|
285 |
if formula_type == "GHA" and story_topic:
|
286 |
+
story_instruction += f"""
|
287 |
+
STORY TOPIC INTEGRATION GUIDELINES:
|
288 |
+
- The story topic "{story_topic}" MUST be the central theme of the narrative
|
289 |
+
- Build the entire story around this specific topic/experience
|
290 |
+
- Use the topic as the main hook to capture attention
|
291 |
+
- Weave the product naturally into this specific narrative
|
292 |
+
- Ensure the story feels authentic to the given topic
|
293 |
+
- Maintain the emotional core of the topic throughout
|
294 |
+
|
295 |
+
REQUIRED STORY ELEMENTS:
|
296 |
1. Opening hook must directly relate to "{story_topic}"
|
297 |
2. Story must maintain focus on this specific topic/experience
|
298 |
3. Product integration should feel natural within this context
|