igroffman commited on
Commit
033f56b
·
verified ·
1 Parent(s): f329288

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +1 -4
app.R CHANGED
@@ -225,9 +225,6 @@ app_css <- "
225
  }
226
  "
227
 
228
-
229
-
230
-
231
  stuffplus_recipe <- readRDS("stuffplus_recipe.rds")
232
 
233
  stuffplus_model <- xgb.load("stuffplus_xgb.json")
@@ -6324,7 +6321,7 @@ app_ui <- fluidPage(
6324
  )
6325
  )
6326
  )
6327
- ),,
6328
  bsModal("pitchEditModal", "Edit Pitch Type", "triggerModal", size = "medium",
6329
  div(style = "padding: 20px;",
6330
  h4("Selected Pitch Details:", style = "color: darkcyan;"),
 
225
  }
226
  "
227
 
 
 
 
228
  stuffplus_recipe <- readRDS("stuffplus_recipe.rds")
229
 
230
  stuffplus_model <- xgb.load("stuffplus_xgb.json")
 
6321
  )
6322
  )
6323
  )
6324
+ ),
6325
  bsModal("pitchEditModal", "Edit Pitch Type", "triggerModal", size = "medium",
6326
  div(style = "padding: 20px;",
6327
  h4("Selected Pitch Details:", style = "color: darkcyan;"),