Spaces:
Sleeping
Sleeping
Update app.R
Browse files
app.R
CHANGED
|
@@ -395,14 +395,6 @@ break_plot_tot <- function(game, data1, sdate, edate) {
|
|
| 395 |
}
|
| 396 |
ui <- fluidPage(
|
| 397 |
# Application title
|
| 398 |
-
|
| 399 |
-
tags$head(
|
| 400 |
-
tags$style(HTML("
|
| 401 |
-
#Plot {
|
| 402 |
-
background-color: #333333; /* Light gray background */
|
| 403 |
-
}
|
| 404 |
-
"))
|
| 405 |
-
),
|
| 406 |
titlePanel("2020-2025 MLB Pitch Plots"),
|
| 407 |
|
| 408 |
sidebarLayout(
|
|
@@ -426,7 +418,7 @@ ui <- fluidPage(
|
|
| 426 |
|
| 427 |
mainPanel(
|
| 428 |
width = 9,
|
| 429 |
-
plotOutput("Plot")
|
| 430 |
)
|
| 431 |
)
|
| 432 |
)
|
|
|
|
| 395 |
}
|
| 396 |
ui <- fluidPage(
|
| 397 |
# Application title
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 398 |
titlePanel("2020-2025 MLB Pitch Plots"),
|
| 399 |
|
| 400 |
sidebarLayout(
|
|
|
|
| 418 |
|
| 419 |
mainPanel(
|
| 420 |
width = 9,
|
| 421 |
+
plotOutput("Plot",style = "background-color: #333333;")
|
| 422 |
)
|
| 423 |
)
|
| 424 |
)
|