arse
This commit is contained in:
parent
5536a6df55
commit
ff066b7d6a
2 changed files with 6 additions and 2 deletions
4
ml/ui.R
4
ml/ui.R
|
@ -38,12 +38,12 @@ dashboardPage(skin="purple",
|
|||
radioButtons("drug_dropdown",
|
||||
label="Target-Drug",
|
||||
choiceNames = drug_choicenames,
|
||||
choices = drug,
|
||||
choiceValues = drug,
|
||||
selected="pyrazinamide"
|
||||
),
|
||||
radioButtons("split_dropdown",
|
||||
label="Train:Test Split",
|
||||
choices = split_type,
|
||||
choiceValues = split_type,
|
||||
choiceNames = split_choicenames,
|
||||
selected="cd_7030"
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue