Skip to content

Commit

Permalink
Minor changes to validation (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
wleoncio committed Sep 25, 2024
1 parent a8b8328 commit 72e1274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.R
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ui <- fluidPage(
),
numericInput(
"bmi", "BMI",
value = 20, min = 0, max = 50, step = 0.1
value = 20.0, min = 0.1, max = 50.0, step = 0.1
)
),
actionButton("submit", "Calculate endpoints")
Expand Down

0 comments on commit 72e1274

Please sign in to comment.