Spaces:
Sleeping
Sleeping
Update app.R
Browse files
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")
|