nagasurendra commited on
Commit
9acada1
·
verified ·
1 Parent(s): 3c97bed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
  import pandas as pd
3
 
4
- # Function to load the menu data from Excel
5
  def load_menu():
6
  menu_file = "menu.xlsx" # Ensure this file exists in the same directory
7
  try:
 
1
  import gradio as gr
2
  import pandas as pd
3
 
4
+ # Function to load the menu data
5
  def load_menu():
6
  menu_file = "menu.xlsx" # Ensure this file exists in the same directory
7
  try: