From e86ada3330123c9f30196fa63b4653f39f79168d Mon Sep 17 00:00:00 2001 From: marcelcosta Date: Wed, 13 Jul 2022 15:28:48 +0200 Subject: [PATCH] Typo. --- app.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.R b/app.R index 5073725..073e2a0 100644 --- a/app.R +++ b/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),