Skip to content

Commit

Permalink
Added 'csv only' to file upload button in biblioverApp
Browse files Browse the repository at this point in the history
  • Loading branch information
gavieira committed Dec 28, 2023
1 parent c37d0d9 commit c62bc0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/biblioverApp/server.R
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ server <- function(input, output, session) {
textInput(paste0("name", id), "Dataset name:", value = id)
),
tabPanel("File",
fileInput(paste0("file", id), "Upload file:",
fileInput(paste0("file", id), "Upload file (csv only):",
accept = c("text/csv",
"text/comma-separated-values,text/plain",
".csv") )
Expand Down

0 comments on commit c62bc0c

Please sign in to comment.