cboettig commited on
Commit
c91fb35
·
1 Parent(s): 0dde66d
Files changed (1) hide show
  1. app.R +5 -0
app.R CHANGED
@@ -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
 
78
  theme = bs_theme(version = "5")
 
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")