pratikshahp commited on
Commit
fc2ba7d
·
verified ·
1 Parent(s): 750ebae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -22,6 +22,7 @@ interface = gr.Interface(
22
  gr.Number(label="Weight (kg)"), # Input for weight
23
  gr.Number(label="Feet"), # Input for feet
24
  gr.Number(label="Inches") # Input for inches
 
25
  ],
26
  outputs="text",
27
  title="BMI Calculator",
 
22
  gr.Number(label="Weight (kg)"), # Input for weight
23
  gr.Number(label="Feet"), # Input for feet
24
  gr.Number(label="Inches") # Input for inches
25
+ gr.Button("Submit") # Submit button
26
  ],
27
  outputs="text",
28
  title="BMI Calculator",