igroffman commited on
Commit
6692cdb
·
verified ·
1 Parent(s): ef24e52

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +1 -0
app.R CHANGED
@@ -15,6 +15,7 @@ library(arrow)
15
  library(xgboost)
16
  library(tidymodels)
17
  library(httr)
 
18
 
19
  PASSWORD <- Sys.getenv("password")
20
 
 
15
  library(xgboost)
16
  library(tidymodels)
17
  library(httr)
18
+ library(ggforce)
19
 
20
  PASSWORD <- Sys.getenv("password")
21