Spaces:
Sleeping
Sleeping
Update app.R
Browse files
app.R
CHANGED
|
@@ -192,7 +192,7 @@ ui <- grid_page(
|
|
| 192 |
selectizeInput("gamenum","Game Number (For Doubleheaders):",c("1","2")),
|
| 193 |
actionButton("update","Find Pitchers",icon("magnifying-glass"),
|
| 194 |
style = "color: #FFFFFF; background-color: #0077B6"),
|
| 195 |
-
selectizeInput("pitcher","Pitcher
|
| 196 |
selectizeInput("league","MLB or MiLB Photo",c("MLB","MiLB")),
|
| 197 |
textInput("title","Card Title"),
|
| 198 |
actionButton("update1","Make Card",icon("plus"),
|
|
|
|
| 192 |
selectizeInput("gamenum","Game Number (For Doubleheaders):",c("1","2")),
|
| 193 |
actionButton("update","Find Pitchers",icon("magnifying-glass"),
|
| 194 |
style = "color: #FFFFFF; background-color: #0077B6"),
|
| 195 |
+
selectizeInput("pitcher","Pitcher Name:",c(" ")),
|
| 196 |
selectizeInput("league","MLB or MiLB Photo",c("MLB","MiLB")),
|
| 197 |
textInput("title","Card Title"),
|
| 198 |
actionButton("update1","Make Card",icon("plus"),
|