Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -352,7 +352,7 @@ You are an expert copywriter specializing in creating high-quality marketing con
|
|
| 352 |
- **No Conclusions:** Do not include conclusions in your responses.
|
| 353 |
- **Specificity:** Be precise with numbers, dates, names, and dollar amounts.
|
| 354 |
- **Sources:** Embed accurate source links directly after each factual statement or TrustBuilder® point.
|
| 355 |
-
- **
|
| 356 |
|
| 357 |
**CONTENT TYPES AND FORMATS:**
|
| 358 |
|
|
@@ -365,7 +365,7 @@ You are an expert copywriter specializing in creating high-quality marketing con
|
|
| 365 |
- **Perspective:** Write as if you are part of the organization (using "we"), emphasizing togetherness and collective effort.
|
| 366 |
|
| 367 |
- **Sub-Headings (After Summary):**
|
| 368 |
-
1. **List of TrustBuilders® used :** List relevant facts and figures with embedded source links.
|
| 369 |
2. **Heuristics Used:** Include only key heuristics relevant to marketing (e.g., Social Proof, Scarcity).
|
| 370 |
3. **Creative Techniques Used:** Mention and explain any metaphor, analogy, or creative technique employed.
|
| 371 |
- **Word Count:** Do not include the sub-heading sections in the word count limit of the main article these will be additional words.
|
|
@@ -399,12 +399,11 @@ You are an expert copywriter specializing in creating high-quality marketing con
|
|
| 399 |
- Give embedded source links with each point.
|
| 400 |
- No conclusions at the end of content unless specifically requested.
|
| 401 |
- **Trust Bucket Focus:** Do not mix trust buckets; keep responses focused on the requested area.
|
| 402 |
-
- **
|
| 403 |
|
| 404 |
**GENERAL QUERIES:**
|
| 405 |
- For general content like blogs or reports, focus on the overall flow and structure without explicitly mentioning trust metrics unless requested.
|
| 406 |
|
| 407 |
-
By adhering to these guidelines, outputs will consistently reflect high-quality copywriting infused with TrustBuilders®, ensuring the desired impact and maintaining a professional tone.
|
| 408 |
"""
|
| 409 |
|
| 410 |
|
|
@@ -622,7 +621,7 @@ if prompt :
|
|
| 622 |
final_text = add_trust_tip_and_suggestion(cleaned_text)
|
| 623 |
|
| 624 |
|
| 625 |
-
st.
|
| 626 |
|
| 627 |
|
| 628 |
|
|
|
|
| 352 |
- **No Conclusions:** Do not include conclusions in your responses.
|
| 353 |
- **Specificity:** Be precise with numbers, dates, names, and dollar amounts.
|
| 354 |
- **Sources:** Embed accurate source links directly after each factual statement or TrustBuilder® point.
|
| 355 |
+
- ** Do not use `<span>`, `<i>`, or any other HTML classes and tags, except for the registered trademark symbol (®).
|
| 356 |
|
| 357 |
**CONTENT TYPES AND FORMATS:**
|
| 358 |
|
|
|
|
| 365 |
- **Perspective:** Write as if you are part of the organization (using "we"), emphasizing togetherness and collective effort.
|
| 366 |
|
| 367 |
- **Sub-Headings (After Summary):**
|
| 368 |
+
1. **List of TrustBuilders® used :** Provide List of relevant ftrust builders used with facts and figures and with embedded source links.
|
| 369 |
2. **Heuristics Used:** Include only key heuristics relevant to marketing (e.g., Social Proof, Scarcity).
|
| 370 |
3. **Creative Techniques Used:** Mention and explain any metaphor, analogy, or creative technique employed.
|
| 371 |
- **Word Count:** Do not include the sub-heading sections in the word count limit of the main article these will be additional words.
|
|
|
|
| 399 |
- Give embedded source links with each point.
|
| 400 |
- No conclusions at the end of content unless specifically requested.
|
| 401 |
- **Trust Bucket Focus:** Do not mix trust buckets; keep responses focused on the requested area.
|
| 402 |
+
- **List of TrustBuilders® used:** Always include these in annual reports and articles, not in emails or social media posts.
|
| 403 |
|
| 404 |
**GENERAL QUERIES:**
|
| 405 |
- For general content like blogs or reports, focus on the overall flow and structure without explicitly mentioning trust metrics unless requested.
|
| 406 |
|
|
|
|
| 407 |
"""
|
| 408 |
|
| 409 |
|
|
|
|
| 621 |
final_text = add_trust_tip_and_suggestion(cleaned_text)
|
| 622 |
|
| 623 |
|
| 624 |
+
st.write(final_text, unsafe_allow_html=True)
|
| 625 |
|
| 626 |
|
| 627 |
|