Skip to content

Commit

Permalink
Update app.R
Browse files Browse the repository at this point in the history
  • Loading branch information
dataprofessor authored Dec 18, 2020
1 parent d03d550 commit 90b5a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shiny/005-bmi/app.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ui <- fluidPage(theme = shinytheme("united"),
tabPanel("Home",
# Input values
sidebarPanel(
HTML("<h3>Input parameters</h4>"),
HTML("<h3>Input parameters</h3>"),
sliderInput("height",
label = "Height",
value = 175,
Expand Down

0 comments on commit 90b5a99

Please sign in to comment.