mralamdari commited on
Commit
85d23e8
·
verified ·
1 Parent(s): 0e3442e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.exsits(os.path.join(root, 'Book1.xlsx')))
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):