Spaces:
Running
Running
Update app.R
Browse files
app.R
CHANGED
|
@@ -17,6 +17,8 @@ library(recipes)
|
|
| 17 |
library(arrow)
|
| 18 |
library(base64enc)
|
| 19 |
|
|
|
|
|
|
|
| 20 |
rv <- read_csv("non_context_run_values.csv")
|
| 21 |
stuffplus_model <- xgb.load("stuffplus_xgb.json")
|
| 22 |
stuffplus_recipe <- readRDS("stuffplus_recipe.rds")
|
|
|
|
| 17 |
library(arrow)
|
| 18 |
library(base64enc)
|
| 19 |
|
| 20 |
+
PASSWORD <- Sys.getenv("password")
|
| 21 |
+
|
| 22 |
rv <- read_csv("non_context_run_values.csv")
|
| 23 |
stuffplus_model <- xgb.load("stuffplus_xgb.json")
|
| 24 |
stuffplus_recipe <- readRDS("stuffplus_recipe.rds")
|