We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dde66d commit c91fb35Copy full SHA for c91fb35
app.R
@@ -73,6 +73,11 @@ ui <- page_sidebar(
73
input_switch("svi", "Social Vulnerability", value = TRUE),
74
input_switch("richness", "Biodiversity Richness", value = FALSE),
75
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"))
81
),
82
83
theme = bs_theme(version = "5")
0 commit comments