Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ root = os.path.dirname(__file__)
|
|
18 |
shoes_data = pd.read_excel(os.path.join(root, 'Book1.xlsx'))
|
19 |
# Read the shoe data from the Excel file
|
20 |
|
21 |
-
print(root, os.path.
|
22 |
print(shoes_data)
|
23 |
|
24 |
def show_shoes(sizes, types, colors, shoelaces, genders):
|
|
|
18 |
shoes_data = pd.read_excel(os.path.join(root, 'Book1.xlsx'))
|
19 |
# Read the shoe data from the Excel file
|
20 |
|
21 |
+
print(root, os.path.exists(os.path.join(root, 'Book1.xlsx')))
|
22 |
print(shoes_data)
|
23 |
|
24 |
def show_shoes(sizes, types, colors, shoelaces, genders):
|