Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -2168,7 +2168,7 @@ def handle_prompt(prompt):
|
|
| 2168 |
|
| 2169 |
# Check if user request includes blog, article, or newsletter
|
| 2170 |
if any(keyword in prompt.lower() for keyword in ["blog", "article","annual report","report", "newsletter","website introduction"]):
|
| 2171 |
-
|
| 2172 |
"Craft a flawless, engaging, and fluid compelling copy using *non-flowery language* that reads as though written by a professional copywriter having 25 years of experience. "
|
| 2173 |
"Do not use AI jargon, vague phrases, or formal language. Follow these enhanced guidelines to ensure a polished, publication-ready copy with a 10/10 quality: "
|
| 2174 |
"1. **Interconnected Structure**: Ensure all sections and ideas flow seamlessly with logical transitions between paragraphs. Build a cohesive narrative where every part supports the overall theme, reinforcing the message at every step. "
|
|
|
|
| 2168 |
|
| 2169 |
# Check if user request includes blog, article, or newsletter
|
| 2170 |
if any(keyword in prompt.lower() for keyword in ["blog", "article","annual report","report", "newsletter","website introduction"]):
|
| 2171 |
+
appended_instructions = (
|
| 2172 |
"Craft a flawless, engaging, and fluid compelling copy using *non-flowery language* that reads as though written by a professional copywriter having 25 years of experience. "
|
| 2173 |
"Do not use AI jargon, vague phrases, or formal language. Follow these enhanced guidelines to ensure a polished, publication-ready copy with a 10/10 quality: "
|
| 2174 |
"1. **Interconnected Structure**: Ensure all sections and ideas flow seamlessly with logical transitions between paragraphs. Build a cohesive narrative where every part supports the overall theme, reinforcing the message at every step. "
|