Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -2217,7 +2217,7 @@ def handle_prompt(prompt):
|
|
| 2217 |
|
| 2218 |
|
| 2219 |
# Check if user request includes blog, article, or newsletter
|
| 2220 |
-
if any(keyword in prompt.lower() for keyword in ["blog","write", "article","report","annual report" "newsletter","website introduction"]):
|
| 2221 |
appended_instructions = (
|
| 2222 |
"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. "
|
| 2223 |
"Do not use AI jargon, vague phrases, or formal language.Donot mention trustbucket names in the headings and content. Follow these enhanced guidelines to ensure a polished, publication-ready copy with a 10/10 quality: "
|
|
|
|
| 2217 |
|
| 2218 |
|
| 2219 |
# Check if user request includes blog, article, or newsletter
|
| 2220 |
+
if any(keyword in prompt.lower() for keyword in ["blog","write", "article","report","annual report" "newsletter","news letter","website introduction"]):
|
| 2221 |
appended_instructions = (
|
| 2222 |
"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. "
|
| 2223 |
"Do not use AI jargon, vague phrases, or formal language.Donot mention trustbucket names in the headings and content. Follow these enhanced guidelines to ensure a polished, publication-ready copy with a 10/10 quality: "
|