pratikshahp commited on
Commit
6ba85da
·
verified ·
1 Parent(s): 1ba7335

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ with gr.Blocks() as demo:
64
  gr.Markdown("### Upload your CSV file to calculate BMI and daily calorie needs for each person.")
65
 
66
  # File Upload
67
- file_upload = gr.File(label="Upload CSV File", type="file")
68
 
69
  # Output for the result
70
  output = gr.DataFrame(headers=["Name", "BMI", "BMI Category", "Daily Calorie Needs (kcal)"])
 
64
  gr.Markdown("### Upload your CSV file to calculate BMI and daily calorie needs for each person.")
65
 
66
  # File Upload
67
+ file_upload = gr.File(label="Upload CSV File", type="filepath")
68
 
69
  # Output for the result
70
  output = gr.DataFrame(headers=["Name", "BMI", "BMI Category", "Daily Calorie Needs (kcal)"])