Update app.R
Browse files
app.R
CHANGED
|
@@ -5,7 +5,7 @@ library(shinyjs)
|
|
| 5 |
library(shinyauthr)
|
| 6 |
#library(gtExtras)
|
| 7 |
library(bslib)
|
| 8 |
-
library(baseballr)
|
| 9 |
|
| 10 |
download_private_csv <- function(repo_id, filename) {
|
| 11 |
url <- paste0("https://huggingface.co/datasets/", repo_id, "/resolve/main/", filename)
|
|
|
|
| 5 |
library(shinyauthr)
|
| 6 |
#library(gtExtras)
|
| 7 |
library(bslib)
|
| 8 |
+
#library(baseballr)
|
| 9 |
|
| 10 |
download_private_csv <- function(repo_id, filename) {
|
| 11 |
url <- paste0("https://huggingface.co/datasets/", repo_id, "/resolve/main/", filename)
|