Hossein69 commited on
Commit
1fddd71
1 Parent(s): 1311da2

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +1 -1
app.R CHANGED
@@ -19,7 +19,7 @@ ui <- fluidPage(
19
  hr(), # Add a horizontal rule
20
  checkboxInput("by_species", "Show species", TRUE),
21
  checkboxInput("show_margins", "Show marginal plots", TRUE),
22
- checkboxInput("smooth", "Add smoother"),
23
  ),
24
  mainPanel(
25
  plotOutput("scatter")
 
19
  hr(), # Add a horizontal rule
20
  checkboxInput("by_species", "Show species", TRUE),
21
  checkboxInput("show_margins", "Show marginal plots", TRUE),
22
+ checkboxInput("smooth", "Add smoother")
23
  ),
24
  mainPanel(
25
  plotOutput("scatter")