Skip to content

Commit 90b5a99

Browse files
Update app.R
1 parent d03d550 commit 90b5a99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shiny/005-bmi/app.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ui <- fluidPage(theme = shinytheme("united"),
1919
tabPanel("Home",
2020
# Input values
2121
sidebarPanel(
22-
HTML("<h3>Input parameters</h4>"),
22+
HTML("<h3>Input parameters</h3>"),
2323
sliderInput("height",
2424
label = "Height",
2525
value = 175,

0 commit comments

Comments
 (0)