Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dthoward96 authored Nov 5, 2024
1 parent d217fd8 commit 436b0cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shiny/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@
]
installation_body = [
ui.h2("Installation"),
ui.p("SeqSender can be installed a couple of different ways. All SeqSender versions are updated when a new GitHub version is ", ui.a("released", "https://github.com/CDCgov/seqsender/releases"), ". SeqSender can be setup by directly cloning from GitHub or the docker image can be downloaded from the ", ui.a("GitHub Container Repository", "https://github.com/CDCgov/seqsender/pkgs/container/seqsender"), " or ", ui.a("DockerHub", "https://hub.docker.com/r/cdcgov/seqsender"), "."),
ui.navset_tab(
ui.nav_panel("Local", local_installation_content),
ui.nav_panel("Docker", docker_installation_content),
Expand Down

0 comments on commit 436b0cb

Please sign in to comment.