TimStats commited on
Commit
4aab48c
·
verified ·
1 Parent(s): 54b7898

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +1 -1
app.R CHANGED
@@ -352,7 +352,7 @@ ui <- fluidPage(
352
  actionButton("update", "Find Pitcher", icon("magnifying-glass"),
353
  class = "btn-primary btn-block"),
354
  selectizeInput("pitcher", "Pitcher Name:", NULL),
355
- textInput("title", "Card Title"),
356
  actionButton("update1", "Make Card", icon("plus"),
357
  class = "btn-success btn-block"),
358
  downloadButton("downloadPlot", "Download Card", class = "btn-info btn-block")
 
352
  actionButton("update", "Find Pitcher", icon("magnifying-glass"),
353
  class = "btn-primary btn-block"),
354
  selectizeInput("pitcher", "Pitcher Name:", NULL),
355
+ #textInput("title", "Card Title"),
356
  actionButton("update1", "Make Card", icon("plus"),
357
  class = "btn-success btn-block"),
358
  downloadButton("downloadPlot", "Download Card", class = "btn-info btn-block")