Skip to content

Commit c91fb35

Browse files
committed
update
1 parent 0dde66d commit c91fb35

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app.R

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,11 @@ ui <- page_sidebar(
7373
input_switch("svi", "Social Vulnerability", value = TRUE),
7474
input_switch("richness", "Biodiversity Richness", value = FALSE),
7575
input_switch("rsr", "Biodiversity Range Size Rarity", value = FALSE),
76+
77+
card(
78+
card_header(bs_icon("github"), "Source code:"),
79+
a(href = "https://github.com/boettiger-lab/geo-llm-r",
80+
"https://github.com/boettiger-lab/geo-llm-r"))
7681
),
7782

7883
theme = bs_theme(version = "5")

0 commit comments

Comments
 (0)