Spaces:
Sleeping
Sleeping
Update prompts.py
Browse files- prompts.py +1 -1
prompts.py
CHANGED
@@ -17,7 +17,7 @@ CRITICAL OUTPUT RULES:
|
|
17 |
- Do not add any characters that could trigger text box formatting
|
18 |
"""
|
19 |
|
20 |
-
def create_offer_instruction(target_audience, product_name, selected_formula_name, file_content=""):
|
21 |
"""
|
22 |
Creates instructions for generating an offer based on the selected formula.
|
23 |
|
|
|
17 |
- Do not add any characters that could trigger text box formatting
|
18 |
"""
|
19 |
|
20 |
+
def create_offer_instruction(target_audience, product_name, selected_formula_name, file_content="", skills=""):
|
21 |
"""
|
22 |
Creates instructions for generating an offer based on the selected formula.
|
23 |
|