Skip to content

Commit

Permalink
Update the ui function
Browse files Browse the repository at this point in the history
  • Loading branch information
RamiKrispin committed Feb 17, 2018
1 parent ca6a1d8 commit 2c09636
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions inst/ui.R
Expand Up @@ -324,7 +324,8 @@ ui <- dashboardPage(
conditionalPanel(condition = "input.nfolds_flag == true",
sliderInput("nfolds", "Set the Number of folds:",
min = 3, max = 10, step = 1,
value = 5))
value = 5)),
actionButton("h2o_run_class", "Run Model")
),
box(width = 4, title = "Model Tuning",
conditionalPanel( condition = "input.binomial_models == 'h2o_rf'",
Expand Down Expand Up @@ -523,8 +524,7 @@ ui <- dashboardPage(
value = 100, step = 1)
)

),
actionButton("h2o_run_class", "Run Model")
)
)
)
),
Expand Down

0 comments on commit 2c09636

Please sign in to comment.