Spaces:
Runtime error
Runtime error
Update app.R
Browse files
app.R
CHANGED
|
@@ -537,8 +537,8 @@ server <- function(input, output,session) {
|
|
| 537 |
player_raster <- as.raster(player_img)
|
| 538 |
# Create title with logo
|
| 539 |
title_grob <- textGrob(paste0(input$player, " - ", pos,
|
| 540 |
-
"\n BBE - ", BBE, "\n",
|
| 541 |
-
"Percentile Rankings - ",input$szn),
|
| 542 |
gp = gpar(fontsize = 25, fontface = "bold",
|
| 543 |
fontfamily = "roboto"))
|
| 544 |
logo_grob <- rasterGrob(logo_raster, x = 0, width = unit(.5, "npc"),hjust = 0)
|
|
|
|
| 537 |
player_raster <- as.raster(player_img)
|
| 538 |
# Create title with logo
|
| 539 |
title_grob <- textGrob(paste0(input$player, " - ", pos,
|
| 540 |
+
"\n BBE - ", BBE, "\n",input$level,
|
| 541 |
+
" Percentile Rankings - ",input$szn),
|
| 542 |
gp = gpar(fontsize = 25, fontface = "bold",
|
| 543 |
fontfamily = "roboto"))
|
| 544 |
logo_grob <- rasterGrob(logo_raster, x = 0, width = unit(.5, "npc"),hjust = 0)
|