Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasWallrich committed Jul 30, 2024
2 parents 6dda3f1 + 3ef1f73 commit 22bc8a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inst/shiny-app/CiteSource/app.R
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ ui <- shiny::navbarPage("CiteSource",
accept = c(".ris", ".txt", ".bib")
),
shiny::hr(),
shiny::h5("OR: Re-upload a file exported from CiteSource"),
shiny::h5("OR: Re-upload an .ris or .csv exported from CiteSource"),
shiny::fileInput("file_reimport", "",
multiple = TRUE,
accept = c(".ris", ".csv", ".bib")
accept = c(".ris", ".csv")
)
),
# Main panel for displaying outputs ----
Expand Down

0 comments on commit 22bc8a7

Please sign in to comment.