Spaces:
Runtime error
Runtime error
Update app.R
Browse files
app.R
CHANGED
|
@@ -462,8 +462,8 @@ server <- function(input, output,session) {
|
|
| 462 |
BBE <- sum(BBE$BBE,na.rm = TRUE)
|
| 463 |
|
| 464 |
# Add Roboto Condensed font
|
| 465 |
-
font_add_google("Roboto Condensed", "roboto")
|
| 466 |
-
showtext_auto()
|
| 467 |
|
| 468 |
# Color function
|
| 469 |
current_data$color <- scales::gradient_n_pal(c("#325aa1","#90A4AE", "#D82129"))(current_data$percentile/100)
|
|
|
|
| 462 |
BBE <- sum(BBE$BBE,na.rm = TRUE)
|
| 463 |
|
| 464 |
# Add Roboto Condensed font
|
| 465 |
+
#font_add_google("Roboto Condensed", "roboto")
|
| 466 |
+
#showtext_auto()
|
| 467 |
|
| 468 |
# Color function
|
| 469 |
current_data$color <- scales::gradient_n_pal(c("#325aa1","#90A4AE", "#D82129"))(current_data$percentile/100)
|