Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ print(shoes_data)
|
|
23 |
|
24 |
def show_shoes(sizes, types, colors, shoelaces, genders):
|
25 |
shoes_arr = []
|
26 |
-
selection = [list(map(int,
|
27 |
print(selection)
|
28 |
for i in range(len(shoes_data['code'].values)):
|
29 |
Flag = True
|
|
|
23 |
|
24 |
def show_shoes(sizes, types, colors, shoelaces, genders):
|
25 |
shoes_arr = []
|
26 |
+
selection = [list(map(int, sizes)), genders, colors, types, shoelaces]
|
27 |
print(selection)
|
28 |
for i in range(len(shoes_data['code'].values)):
|
29 |
Flag = True
|