HyannisHarborHawks commited on
Commit
4eac1d8
·
verified ·
1 Parent(s): 1903e94

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +2 -0
app.R CHANGED
@@ -14,6 +14,8 @@ library(base64enc)
14
  library(tidyr)
15
  library(dplyr)
16
  library(shiny)
 
 
17
 
18
  #reticulate is a package that is used to code python in R environments
19
  library(reticulate)
 
14
  library(tidyr)
15
  library(dplyr)
16
  library(shiny)
17
+ library(bslib)
18
+ library(glue)
19
 
20
  #reticulate is a package that is used to code python in R environments
21
  library(reticulate)