jameson-bodenburg commited on
Commit
1a3294c
·
verified ·
1 Parent(s): d8029b3

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +2 -0
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")