We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d03d550 commit 90b5a99Copy full SHA for 90b5a99
shiny/005-bmi/app.R
@@ -19,7 +19,7 @@ ui <- fluidPage(theme = shinytheme("united"),
19
tabPanel("Home",
20
# Input values
21
sidebarPanel(
22
- HTML("<h3>Input parameters</h4>"),
+ HTML("<h3>Input parameters</h3>"),
23
sliderInput("height",
24
label = "Height",
25
value = 175,
0 commit comments