return "Description:"
def get_attributes(description):
Placeholder for the AI's response
print(
Country of Origin: China
Brand: Sean John
Size: 3XL
Size Type: Regular
Color: Brown
Department: Men
Type: T-Shirt
Sleeve Length: Short Sleeve
Pattern: Graphic Print
Neckline: V-Neck
Material: Cotton
Features: All Seasons, Tagless
Theme: Logo
#casual #slimfit #sale
Output:
#men #t-shirt #cotton #allseasons #logo #tagless #casual #slim fit #sale
Comment:
Did not fit: #v-neck #business
---
Input:
#men #leather #dress #slimfit #t-shirt #allseasons #travel #formal #business
Output:
#men #leather #dress #slimfit #t-shirt #allseasons #travel #formal #business
Comment:
Did not fit: #business
---
Input:
#women #dress #black #sleeve #silk #allseasons #party #formal #wedding
Output:
#women #dress #silk #allseasons #party #formal #wedding
Comment:
Did not fit: #black
---
Input:
#men #t-shirt #business #casual #logo #tagless #slimfit #sale
Output:
#men #t-shirt #slim fit #sale
Comment:
Did not fit: #business
---
Input:
#women #pullover #cotton #basic #allseasons #breathable #collarless #easycare #lightweight #packable #fall #spring
Output:
#women #pullover #cotton #basic #all seasons #breathable #collarless #easy care #lightweight #packable #fall
Comment:
Did not fit: #spring
---
Input:
#men #dressshirt #slimfit #button #business #casual #leather #office
Output:
#men #dressshirt #slim fit #button #business #casual #leather #office
Comment:
Did not fit: #office
---
Input:
#women #dress #silk #sleeve #black #party #formal #wedding
Output:
#women #dress #silk #sleeve #black #party #formal #wedding
Comment:
Did not fit: #wedding
---
Input:
#men #t-shirt #casual #logo #tagless #slimfit #sale
Output:
#men #t-shirt #slim fit #sale
Comment:
Did not fit: #logo
```