Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 = "
|
| 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:
|