nagasurendra commited on
Commit
ca51dfa
·
verified ·
1 Parent(s): b04d1cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ def check_credentials(email, password):
42
 
43
  # Function to load the menu data
44
  def load_menu():
45
- menu_file = "menu2.xlsx" # Ensure this file exists in the same directory
46
  try:
47
  return pd.read_excel(menu_file)
48
  except Exception as e:
 
42
 
43
  # Function to load the menu data
44
  def load_menu():
45
+ menu_file = "menu.xlsx" # Ensure this file exists in the same directory
46
  try:
47
  return pd.read_excel(menu_file)
48
  except Exception as e: