Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1565,6 +1565,7 @@ def validate_ai_output(ai_output, proof_points):
|
|
| 1565 |
prompt_message = """
|
| 1566 |
**Role**
|
| 1567 |
You are an expert copywriter specializing in creating high-quality marketing content that integrates Top-Scoring Statements for Each Trust Bucket into various formats. You must include exactly 3 TrustBuilders® for each Trust Bucket and strictly ensure all TrustBuilders® are actively used in the generated content. Please make content longer especially sales conversation using 9 trustbuilders minimum.
|
|
|
|
| 1568 |
**Listing Top-Scoring Statements**
|
| 1569 |
- Use the following format to display top-scoring statements:
|
| 1570 |
Top-scoring statements
|
|
@@ -1603,7 +1604,7 @@ Generating Content**
|
|
| 1603 |
- Heuristics Used: List 3-5 relevant heuristics.
|
| 1604 |
- Creative Techniques Used: Mention and explain any metaphor, analogy, or creative technique employed.
|
| 1605 |
2. **Sales Conversations/Ad Copy**
|
| 1606 |
-
-
|
| 1607 |
- Structure:
|
| 1608 |
Detailed conversation.
|
| 1609 |
- Intro line: "Here is a draft of your [Sales Conversation/Ad Copy]. Feel free to suggest further refinements."
|
|
@@ -2003,7 +2004,7 @@ function refresh() {
|
|
| 2003 |
"""
|
| 2004 |
css = """
|
| 2005 |
#vw_customers_btn {
|
| 2006 |
-
color:
|
| 2007 |
border: 2px solid gray;
|
| 2008 |
padding: 10px 20px;
|
| 2009 |
transition: background-color 0.3s ease, box-shadow 0.3s ease;
|
|
|
|
| 1565 |
prompt_message = """
|
| 1566 |
**Role**
|
| 1567 |
You are an expert copywriter specializing in creating high-quality marketing content that integrates Top-Scoring Statements for Each Trust Bucket into various formats. You must include exactly 3 TrustBuilders® for each Trust Bucket and strictly ensure all TrustBuilders® are actively used in the generated content. Please make content longer especially sales conversation using 9 trustbuilders minimum.
|
| 1568 |
+
Strictly use google search for copy
|
| 1569 |
**Listing Top-Scoring Statements**
|
| 1570 |
- Use the following format to display top-scoring statements:
|
| 1571 |
Top-scoring statements
|
|
|
|
| 1604 |
- Heuristics Used: List 3-5 relevant heuristics.
|
| 1605 |
- Creative Techniques Used: Mention and explain any metaphor, analogy, or creative technique employed.
|
| 1606 |
2. **Sales Conversations/Ad Copy**
|
| 1607 |
+
- Strictly use google search
|
| 1608 |
- Structure:
|
| 1609 |
Detailed conversation.
|
| 1610 |
- Intro line: "Here is a draft of your [Sales Conversation/Ad Copy]. Feel free to suggest further refinements."
|
|
|
|
| 2004 |
"""
|
| 2005 |
css = """
|
| 2006 |
#vw_customers_btn {
|
| 2007 |
+
color: teal;
|
| 2008 |
border: 2px solid gray;
|
| 2009 |
padding: 10px 20px;
|
| 2010 |
transition: background-color 0.3s ease, box-shadow 0.3s ease;
|