JeCabrera commited on
Commit
a41074a
verified
1 Parent(s): dd58045

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -1
app.py CHANGED
@@ -32,7 +32,11 @@ def get_gemini_response(input_prompt, formula_type, length, mood, target_audienc
32
  - Write for {target_audience}
33
  - Use simple, clear language
34
  - Tell the story in short paragraphs
35
- - End with a natural {cta_type} invitation
 
 
 
 
36
 
37
  CRITICAL INSTRUCTIONS:
38
  - Output ONLY the story text
@@ -40,6 +44,8 @@ def get_gemini_response(input_prompt, formula_type, length, mood, target_audienc
40
  - DO NOT include any structural markers or formula explanations
41
  - Write as a continuous narrative with natural paragraph breaks
42
  - The story should flow naturally between sections without any visible structure markers
 
 
43
  - DO NOT explain or mention the formula parts in the text
44
  - Separate each story with "---"
45
 
 
32
  - Write for {target_audience}
33
  - Use simple, clear language
34
  - Tell the story in short paragraphs
35
+ - The CTA must be conversational and focus on benefits:
36
+ * Instead of: "Inscr铆bete al curso de marketing"
37
+ * Use: "驴Quieres aprender a conseguir m谩s clientes? Acomp谩帽anos este jueves..."
38
+ * Instead of: "Reserva tu consulta"
39
+ * Use: "Da el primer paso hacia tu transformaci贸n aqu铆..."
40
 
41
  CRITICAL INSTRUCTIONS:
42
  - Output ONLY the story text
 
44
  - DO NOT include any structural markers or formula explanations
45
  - Write as a continuous narrative with natural paragraph breaks
46
  - The story should flow naturally between sections without any visible structure markers
47
+ - Make the CTA feel like a natural part of the conversation, focusing on what the reader will gain
48
+ - Avoid promotional language in the CTA
49
  - DO NOT explain or mention the formula parts in the text
50
  - Separate each story with "---"
51