Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -18,6 +18,8 @@ def show_shoes(sizes, types, colors, shoelaces, genders):
|
|
18 |
Flag = True
|
19 |
shoe_code,shoe_name,shoe_company,shoe_sizes,shoe_colors,shoe_shoelaces,shoe_sexes,shoe_types = shoes_data.iloc[i].values
|
20 |
shoes = [shoe_sizes.split('-'), shoe_sexes.split('-'), shoe_colors.split('-'), shoe_types.split('-'), shoe_shoelaces.split('-')]
|
|
|
|
|
21 |
for select_details, shoe_details in zip(selection, shoes):
|
22 |
if not select_details:
|
23 |
continue
|
|
|
18 |
Flag = True
|
19 |
shoe_code,shoe_name,shoe_company,shoe_sizes,shoe_colors,shoe_shoelaces,shoe_sexes,shoe_types = shoes_data.iloc[i].values
|
20 |
shoes = [shoe_sizes.split('-'), shoe_sexes.split('-'), shoe_colors.split('-'), shoe_types.split('-'), shoe_shoelaces.split('-')]
|
21 |
+
print(11111, shoe_code,shoe_name,shoe_company,shoe_sizes,shoe_colors,shoe_shoelaces,shoe_sexes,shoe_types)
|
22 |
+
print(22222, shoe_sizes.split('-'), shoe_sexes.split('-'), shoe_colors.split('-'), shoe_types.split('-'), shoe_shoelaces.split('-'))
|
23 |
for select_details, shoe_details in zip(selection, shoes):
|
24 |
if not select_details:
|
25 |
continue
|