TimStats commited on
Commit
ebbfe35
·
verified ·
1 Parent(s): 89e1966

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +1 -1
app.R CHANGED
@@ -480,7 +480,7 @@ server <- function(input, output, session) {
480
  arrangeGrob(table_plot, img_grob, ncol = 2, widths = c(2/3, 1/3)),
481
  arrangeGrob(break_plot, pitch_plot, ncol = 2),
482
  nrow = 2,
483
- top = textGrob(paste(input$title, "Made by @TimStats", sep = " "), gp = gpar(fontsize = 20, font = 2))
484
  )
485
 
486
  combinedPlot(combined)
 
480
  arrangeGrob(table_plot, img_grob, ncol = 2, widths = c(2/3, 1/3)),
481
  arrangeGrob(break_plot, pitch_plot, ncol = 2),
482
  nrow = 2,
483
+ top = textGrob(paste(input$title, "Made by @TimStats (Data: MLB)", sep = " "), gp = gpar(fontsize = 20, font = 2))
484
  )
485
 
486
  combinedPlot(combined)