mroccuper commited on
Commit
1c4e7c2
·
verified ·
1 Parent(s): 813fec2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -34,7 +34,8 @@ Generate a listing that includes:
34
  4. Bullet Point 2 (240-256 characters): Highlight additional features using ALL CAPS for the first 2-3 words. Focus ONLY on the design, quote, and niche theme.
35
 
36
  IMPORTANT RULES FOR BULLET POINTS:
37
- - Bullet points must be between 240-256 characters
 
38
  - DO NOT include generic phrases like "PREMIUM QUALITY" or references to material quality
39
  - DO NOT include phrases like "This comfortable and stylish tee is made with high-quality materials for a soft feel and long-lasting wear"
40
  - Focus ONLY on the specific design, niche, and quote provided
@@ -55,7 +56,7 @@ Respond ONLY with a JSON object in this format:
55
  "suggested_keywords": "5 additional keywords separated by commas"
56
  }}
57
 
58
- REMINDER: Make sure to count the characters carefully. Title should be EXACTLY 60 characters. Bullet points should be between 240-256 characters."""
59
 
60
  return combined_prompt
61
 
 
34
  4. Bullet Point 2 (240-256 characters): Highlight additional features using ALL CAPS for the first 2-3 words. Focus ONLY on the design, quote, and niche theme.
35
 
36
  IMPORTANT RULES FOR BULLET POINTS:
37
+ - Bullet point 1 must be between 240-256 characters
38
+ - Bullet point 2 must be between 240-256 characters
39
  - DO NOT include generic phrases like "PREMIUM QUALITY" or references to material quality
40
  - DO NOT include phrases like "This comfortable and stylish tee is made with high-quality materials for a soft feel and long-lasting wear"
41
  - Focus ONLY on the specific design, niche, and quote provided
 
56
  "suggested_keywords": "5 additional keywords separated by commas"
57
  }}
58
 
59
+ REMINDER: Make sure to count the characters carefully. Title should be EXACTLY 60 characters. Bullet point 1 must be between 240-256 characters and Bullet point 2 must be between 240-256 characters."""
60
 
61
  return combined_prompt
62