aephidayatuloh commited on
Commit
f40ecba
·
1 Parent(s): 232561f

change highschool_major choices

Browse files
Files changed (1) hide show
  1. app.R +1 -1
app.R CHANGED
@@ -27,7 +27,7 @@ ui <- page_sidebar(
27
  selectInput("school_location", "School Location", choices = c("Rural", "Urban")),
28
  checkboxInput("parents_spc_need", "Parent have special needs?"),
29
  selectInput("highsch_major", "Highschool Major",
30
- choices = c("Natural Science", "Social Science", "Language Studies")),
31
  selectInput("parents_occupation_category", "Parents Occupation Category",
32
  choices = c("Civil Servants", "Labor Workers", "Private Employee")),
33
  numericInput("household_income", "Household Income", 4000000, min = 0, max = 19949598),
 
27
  selectInput("school_location", "School Location", choices = c("Rural", "Urban")),
28
  checkboxInput("parents_spc_need", "Parent have special needs?"),
29
  selectInput("highsch_major", "Highschool Major",
30
+ choices = c("Natural Science", "Social Sciences", "Language Studies")),
31
  selectInput("parents_occupation_category", "Parents Occupation Category",
32
  choices = c("Civil Servants", "Labor Workers", "Private Employee")),
33
  numericInput("household_income", "Household Income", 4000000, min = 0, max = 19949598),