criticalDanger commited on
Commit
f20ad67
1 Parent(s): 2cd231c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ def predict_heart_disease(Age, Gender, BMI, Smoking, PhysicalActivity, DietQuali
29
  # Define the input components
30
  inputs = [
31
  gr.Number(label="Age"),
32
- gr.Radio(choices=["Male","Female"], label="Sex")
33
  gr.Number(value=float, label="What is your BMI?"),
34
  gr.Checkbox(label="Do you smoke?"),
35
  gr.Slider(label="Rate your physical activeness", minimum=0, maximum=10, step=1),
 
29
  # Define the input components
30
  inputs = [
31
  gr.Number(label="Age"),
32
+ gr.Radio(choices=["Male","Female"], label="Sex"),
33
  gr.Number(value=float, label="What is your BMI?"),
34
  gr.Checkbox(label="Do you smoke?"),
35
  gr.Slider(label="Rate your physical activeness", minimum=0, maximum=10, step=1),