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