Browse Source

Typo.

main
marcelcosta 1 year ago
parent
commit
e86ada3330
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app.R

+ 1
- 1
app.R

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

Loading…
Cancel
Save