This commit is contained in:
Tanushree Tunstall 2022-09-22 00:12:22 +01:00
parent 5536a6df55
commit ff066b7d6a
2 changed files with 6 additions and 2 deletions

View file

@ -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"
),