Skip to content

Commit

Permalink
Update site.R
Browse files Browse the repository at this point in the history
  • Loading branch information
dads2busy authored May 20, 2024
1 parent 8542945 commit f107dcb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions site.R
Original file line number Diff line number Diff line change
Expand Up @@ -232,15 +232,15 @@ page_panel(
),
input_button(
"Employment Access",
list(selected_variable = "employment_access_index")
list(selected_variable = "employment_access_index_geo20")
),
input_button(
"Income Inequality",
list(selected_variable = "gini_index")
list(selected_variable = "gini_index_geo20")
),
input_button(
"Material Deprivation",
list(selected_variable = "material_deprivation_indicator")
list(selected_variable = "material_deprivation_indicator_geo20")
),
input_button(
"Years of Schooling",
Expand Down

0 comments on commit f107dcb

Please sign in to comment.