Skip to content

Commit

Permalink
Update app.R
Browse files Browse the repository at this point in the history
  • Loading branch information
TNRiley authored Jun 14, 2024
1 parent c9e6093 commit b8ba3cd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions inst/shiny-app/CiteSource/app.R
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,10 @@ ui <- shiny::navbarPage("CiteSource",
),
shiny::hr(),
shiny::h5("Option 2: Re-upload a CiteSource file"),
shiny::fileInput("file_reimport", "Select a file exported from CiteSource,
shiny::fileInput("file_reimport", "Select a file exported from CiteSource"),
multiple = TRUE,
accept = c(".ris", ".csv", ".bib")
accept = c(".ris", ".csv", ".bib"),
shiny::h6("Note: reimported files do not require deduplication, skip to visuals or tables")
)
),

Expand Down

0 comments on commit b8ba3cd

Please sign in to comment.