Spaces:
Runtime error
Runtime error
Update function.py
Browse files- function.py +3 -3
function.py
CHANGED
|
@@ -76,8 +76,8 @@ def ai_generated_content(topic, audience, benefit, date_time):
|
|
| 76 |
# hero section price
|
| 77 |
|
| 78 |
price_statement_template = (
|
| 79 |
-
f"Generate a short value statement that combines the outcome
|
| 80 |
-
f"
|
| 81 |
f"‘Become an advanced {topic} expert in Rs.1999.’ Use language that emphasizes the low cost for high-value results."
|
| 82 |
)
|
| 83 |
|
|
@@ -95,7 +95,7 @@ def ai_generated_content(topic, audience, benefit, date_time):
|
|
| 95 |
cta_button_template = (
|
| 96 |
f"Generate a call-to-action button text that encourages users to take immediate "
|
| 97 |
f"action, focusing on urgency and the value they will receive. The format should be "
|
| 98 |
-
f"bold and action-oriented
|
| 99 |
)
|
| 100 |
|
| 101 |
# Define the template for the offer validity or urgency statement based on the PDF reference
|
|
|
|
| 76 |
# hero section price
|
| 77 |
|
| 78 |
price_statement_template = (
|
| 79 |
+
f"Generate a short value statement that combines the outcome "
|
| 80 |
+
f"The format should be: "
|
| 81 |
f"‘Become an advanced {topic} expert in Rs.1999.’ Use language that emphasizes the low cost for high-value results."
|
| 82 |
)
|
| 83 |
|
|
|
|
| 95 |
cta_button_template = (
|
| 96 |
f"Generate a call-to-action button text that encourages users to take immediate "
|
| 97 |
f"action, focusing on urgency and the value they will receive. The format should be "
|
| 98 |
+
f"bold and action-oriented.eg ‘Become a Certified {topic} Expert Now!’."
|
| 99 |
)
|
| 100 |
|
| 101 |
# Define the template for the offer validity or urgency statement based on the PDF reference
|