TimStats commited on
Commit
33e14e0
·
verified ·
1 Parent(s): 8b943dc

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +1 -1
app.R CHANGED
@@ -328,7 +328,7 @@ server <- function(input, output, session) {
328
  table_plot <- tableGrob(summary_table(game),theme = ttheme_default(
329
  core = list(fg_params = list(cex = 1.5)), # Increase text size
330
  colhead = list(fg_params = list(cex = 1.5)),
331
- rowhead = list(fg_params = list(cex = 1.5))))
332
 
333
  # Download and process image
334
  if(input$league == "MLB"){
 
328
  table_plot <- tableGrob(summary_table(game),theme = ttheme_default(
329
  core = list(fg_params = list(cex = 1.5)), # Increase text size
330
  colhead = list(fg_params = list(cex = 1.5)),
331
+ rowhead = list(fg_params = list(cex = 2.5))))
332
 
333
  # Download and process image
334
  if(input$league == "MLB"){