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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -155,7 +155,7 @@ def generate_amazon_listing(api_key, quote, niche, target, keywords):
155
 
156
  # Check for generic content in bullet points
157
  generic_phrases = ["premium quality", "high-quality materials", "soft feel", "long-lasting wear",
158
- "comfortable and stylish", "perfect gift", "great gift"]
159
 
160
  for phrase in generic_phrases:
161
  if phrase in bullet1.lower() or phrase in bullet2.lower():
 
155
 
156
  # Check for generic content in bullet points
157
  generic_phrases = ["premium quality", "high-quality materials", "soft feel", "long-lasting wear",
158
+ "comfortable and stylish"]
159
 
160
  for phrase in generic_phrases:
161
  if phrase in bullet1.lower() or phrase in bullet2.lower():