Spaces:
Sleeping
Sleeping
Update app.R
Browse files
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)
|