Spaces:
Sleeping
Sleeping
Update app.R
Browse files
app.R
CHANGED
|
@@ -601,6 +601,10 @@ server <- function(input, output, session) {
|
|
| 601 |
tagList(
|
| 602 |
tags$p(id = "loading_msg", "Loading data...",
|
| 603 |
style = "color:#888; font-size:14px; padding:10px 0;"),
|
|
|
|
|
|
|
|
|
|
|
|
|
| 604 |
DTOutput("hitter_table")
|
| 605 |
)
|
| 606 |
}
|
|
|
|
| 601 |
tagList(
|
| 602 |
tags$p(id = "loading_msg", "Loading data...",
|
| 603 |
style = "color:#888; font-size:14px; padding:10px 0;"),
|
| 604 |
+
tags$p("💡 Click a player's name to view splits vs. handedness and pitch type.",
|
| 605 |
+
style = "color:#555; font-size:12px; margin:0 0 10px 0;
|
| 606 |
+
background:#f0f4ff; border-left:3px solid #002147;
|
| 607 |
+
padding:8px 12px; border-radius:4px;"),
|
| 608 |
DTOutput("hitter_table")
|
| 609 |
)
|
| 610 |
}
|