Skip to content

Commit

Permalink
#minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
lboullu committed Apr 28, 2020
1 parent cb6cf72 commit 616cea2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ ui <- fluidPage(
sidebarLayout(
sidebarPanel(
selectInput('MapRegionChoice', h3("Select Region"),
choices = list("World" = 1, "Africa" = 2, "Asia" = 3,
"America" = 4, "Europe" = 5, "Oceania" = 6),
choices = list("World" = 1, "Africa" = 2, "America" = 3,
"Asia" = 4, "Europe" = 5, "Oceania" = 6),
selected = 1),
selectInput('ConcernChoice', h3("Concern for who?"),
choices = list("Themself" = 1, "My family" = 2, "My friends" = 3,
Expand Down

0 comments on commit 616cea2

Please sign in to comment.