Spaces:
Runtime error
Runtime error
update
Browse files
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")
|