Update app.R
Browse files
app.R
CHANGED
|
@@ -3,9 +3,8 @@ library(gt)
|
|
| 3 |
library(dplyr)
|
| 4 |
library(shinyjs)
|
| 5 |
library(shinyauthr)
|
| 6 |
-
library(
|
| 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)
|
|
|
|
| 3 |
library(dplyr)
|
| 4 |
library(shinyjs)
|
| 5 |
library(shinyauthr)
|
| 6 |
+
library(httr)
|
| 7 |
library(bslib)
|
|
|
|
| 8 |
|
| 9 |
download_private_csv <- function(repo_id, filename) {
|
| 10 |
url <- paste0("https://huggingface.co/datasets/", repo_id, "/resolve/main/", filename)
|