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