Ctaake commited on
Commit
889ba26
·
verified ·
1 Parent(s): bd2410d

New Categories

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -91,7 +91,10 @@ with gr.Blocks(title="Shop finder",
91
  value='Germany',
92
  interactive=True,
93
  label="REGION")
94
- field = gr.Dropdown(choices=['All', 'Home & Living', 'Clothing', 'Electronics', 'Sports', 'Toys'],
 
 
 
95
  value='All',
96
  interactive=True,
97
  label="FIELD")
 
91
  value='Germany',
92
  interactive=True,
93
  label="REGION")
94
+ field = gr.Dropdown(choices=['All', 'Fashion', 'Outdoor', 'Home & Living',
95
+ 'Beauty & Cosmetics', 'Luggage & Bags',
96
+ 'Office & School materials','Pets','Sports',
97
+ 'Tech','Jewelry & Accessories','Food'],
98
  value='All',
99
  interactive=True,
100
  label="FIELD")