TimStats commited on
Commit
925f198
·
verified ·
1 Parent(s): 037839e

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +1 -1
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 (For Spring Breakout if pitchers not loading, try changing game number)",c(" ")),
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"),