TimStats commited on
Commit
a432c46
·
verified ·
1 Parent(s): d51c679

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +2 -2
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)