Typo.
This commit is contained in:
@@ -11,7 +11,7 @@ ui <- fluidPage(
|
||||
navbarPage("Apps",
|
||||
tabPanel("Translation",
|
||||
sidebarPanel(
|
||||
fileInput("file1", "Upload file (fasta, csv o xlsx)", multiple = FALSE),
|
||||
fileInput("file1", "Upload file (fasta, csv or xlsx)", multiple = FALSE),
|
||||
selectInput("spec", label = h3("Specie"),
|
||||
choices = list("Human" = 1, "E. Coli" = 2),
|
||||
selected = 1),
|
||||
|
||||
Reference in New Issue
Block a user