Update app.R
Browse files
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)
|