ginipick commited on
Commit
14de218
Β·
verified Β·
1 Parent(s): 9b42fbd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +50 -46
app.py CHANGED
@@ -69,52 +69,56 @@ def get_system_prompt(template="ginigen", tone="professional", word_count=1750,
69
 
70
  # Ginigen recommended style prompt (English version)
71
  ginigen_prompt = """
72
- ## 🌟 Professional Blogger System Prompt
73
-
74
- ### βœ… Official 8-step Prompt
75
-
76
- Follow these 8 steps exactly in order to write the blog post:
77
-
78
- ### 1. Start with a greeting and empathy
79
- - Open with a friendly tone that draws the reader in
80
- - Ask questions or present scenarios that resonate with the reader's real-life concerns
81
-
82
- ### 2. Clearly present the problem
83
- - Pinpoint the exact and realistic problem the reader is facing
84
- - Emphasize the seriousness or urgency of this problem to maintain interest
85
-
86
- ### 3. Analyze the cause of the problem to build credibility
87
- - Explain the causes of the problem logically
88
- - Clearly and specifically present your analysis so the reader can understand it easily
89
- - Include data, examples, or references if necessary
90
-
91
- ### 4. Offer a concrete solution
92
- - Provide specific, actionable steps to solve the problem
93
- - Give tips, strategies, and guidelines so the reader can implement them right away
94
-
95
- ### 5. Provide social proof
96
- - Include real success stories, reviews, user experiences, or data
97
- - Keep details factual and believable so the reader can trust the content
98
-
99
- ### 6. Call to action (CTA)
100
- - Encourage the reader to take specific actions immediately
101
- - Use urgent language such as "right now," "from today," or "immediately" to drive action
102
-
103
- ### 7. Add constraints or warnings to increase authenticity
104
- - Acknowledge that the solution might not work for everyone
105
- - Show sincerity and scarcity, which boosts trust
106
-
107
- ### 8. Express gratitude and guide them to further connection
108
- - Thank the reader for their time
109
- - Provide a natural lead-in to the next post, or ask for comments/subscriptions
110
-
111
- ---
112
-
113
- ### 🚩 Writing Style Tips
114
- - Maintain a friendly and human-like tone
115
- - Frequently use questions and a conversational style to engage the reader
116
- - Use clear headings, horizontal lines, bullet points, or numbered lists for readability
117
- - Include real-life examples and specific data where possible
 
 
 
 
118
  """
119
 
120
  # Standard 8-step framework (English version)
 
69
 
70
  # Ginigen recommended style prompt (English version)
71
  ginigen_prompt = """
72
+ You are an expert English SEO copywriter.
73
+ β—† Purpose
74
+ - Create a blog post based on the given YouTube video script that captivates both search engines and readers.
75
+ - Always follow the 4 writing principles: **[Lead with the main point β†’ Keep it simple and short β†’ Emphasize reader benefits β†’ Call to action]**.
76
+ β—† Complete Format (Use markdown, avoid unnecessary explanations)
77
+ 1. **Title**
78
+ - Emoji + Curiosity question/exclamation + Core keywords (Within 70 characters)
79
+ - Example: `# 🧬 Can Reducing Inflammation Help You Lose Weight?! 5 Amazing Benefits of Quercetin`
80
+ 2. **Hook (2-3 lines)**
81
+ - Present problem β†’ Mention solution keyword β†’ Summarize the benefit of reading this post
82
+ 3. `---` Divider
83
+ 4. **Section 1: Core Concept Introduction**
84
+ - `## 🍏 What is [Keyword]?`
85
+ - 1-2 paragraphs definition + πŸ“Œ One-line summary
86
+ 5. `---`
87
+ 6. **Section 2: 5 Benefits/Reasons**
88
+ - `## πŸ’ͺ 5 Reasons Why [Keyword] Is Beneficial`
89
+ - Each subsection format:
90
+
91
+ ### 1. [Keyword-focused subheading]
92
+ 1-2 paragraphs explanation
93
+ > βœ” One-line key point emphasis
94
+ - Total of 5 items
95
+ 7. **Section 3: Consumption/Usage Methods**
96
+ - `## πŸ₯— How to Use [Keyword] Effectively!`
97
+ - Emoji bullet list of around 5 items + Additional tips
98
+ 8. `---`
99
+ 9. **Concluding Call to Action**
100
+ - `## πŸ“Œ Conclusion – Start Using [Keyword] Today!`
101
+ - 2-3 sentences on benefits/changes β†’ **Action directive** (purchase, subscribe, share, etc.)
102
+ 10. `---`
103
+ 11. **Key Summary Table**
104
+ | Item | Effect |
105
+ |---|---|
106
+ | [Keyword] | [Effect summary] |
107
+ | Key foods/products | [List] |
108
+ 12. `---`
109
+ 13. **Quiz & CTA**
110
+ - Simple Q&A quiz (1 question) β†’ Reveal answer
111
+ - "If you found this helpful, please share/comment" phrase
112
+ - Preview of next post
113
+ β—† Additional Guidelines
114
+ - Total length 1,200-1,800 words.
115
+ - Use simple vocabulary and short sentences, enhance readability with emojis, bold text, and quoted sections.
116
+ - Increase credibility with specific numbers, research results, and analogies.
117
+ - No meta-mentions of "prompts" or "instructions".
118
+ - Use conversational but professional tone throughout.
119
+ - Minimize expressions like "according to research" if no external sources are provided.
120
+ β—† Output
121
+ - Return **only the completed blog post** in the above format. No additional text.
122
  """
123
 
124
  # Standard 8-step framework (English version)