Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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"
|
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():
|