Spaces:
Running
Running
Update app.py
Browse files
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 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
-
|
89 |
-
-
|
90 |
-
|
91 |
-
###
|
92 |
-
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
-
|
97 |
-
-
|
98 |
-
|
99 |
-
|
100 |
-
-
|
101 |
-
-
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
-
-
|
115 |
-
-
|
116 |
-
-
|
117 |
-
-
|
|
|
|
|
|
|
|
|
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)
|