Spaces:
Running
Running
Update prompts.py
Browse files- prompts.py +1 -1
prompts.py
CHANGED
@@ -49,7 +49,7 @@ def create_instruction(number_of_benefits, target_audience, product, selected_fo
|
|
49 |
f"The goal is to show how {product} can transform the reader's life, connecting naturally and emotionally. "
|
50 |
f"Avoid using literal or repetitive mentions, and highlight concrete solutions, showing how the product removes obstacles or satisfies real desires. "
|
51 |
f"{angle_instruction}\n"
|
52 |
-
f"IMPORTANT: Keep bullets short and direct
|
53 |
f"Use the selected formula as a guide:\n\n{selected_formula['description']}\n\n"
|
54 |
f"Get inspired by these examples:\n"
|
55 |
f"- {selected_formula['examples'][0]}\n"
|
|
|
49 |
f"The goal is to show how {product} can transform the reader's life, connecting naturally and emotionally. "
|
50 |
f"Avoid using literal or repetitive mentions, and highlight concrete solutions, showing how the product removes obstacles or satisfies real desires. "
|
51 |
f"{angle_instruction}\n"
|
52 |
+
f"IMPORTANT: Keep bullets short and direct. "
|
53 |
f"Use the selected formula as a guide:\n\n{selected_formula['description']}\n\n"
|
54 |
f"Get inspired by these examples:\n"
|
55 |
f"- {selected_formula['examples'][0]}\n"
|