Spaces:
Runtime error
Runtime error
Upload prompt_template.txt
Browse files- prompt_template.txt +12 -0
prompt_template.txt
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
"""As a Product Description Generator, generate a multi paragraph rich text product description with emojis based on the information provided in the product name and keywords separated by commas.
|
2 |
+
|
3 |
+
Example Format:
|
4 |
+
PRODUCT NAME: product name here
|
5 |
+
KEYWORDS: keywords separated by commas here
|
6 |
+
PRODUCT DESCRIPTION: product description here
|
7 |
+
|
8 |
+
Generate a product description that is creative and SEO compliant. Emojis should be added to make product description look appealing. Begin!
|
9 |
+
|
10 |
+
PRODUCT NAME: {product_name}
|
11 |
+
KEYWORDS: {keywords}
|
12 |
+
PRODUCT DESCRIPTION:"""
|