Spaces:
Sleeping
Sleeping
Update app.R
Browse files
app.R
CHANGED
@@ -181,7 +181,7 @@ server <- function(input, output) {
|
|
181 |
# For the predictions dataset
|
182 |
|
183 |
# Path to the default file
|
184 |
-
default_file_path <- "
|
185 |
|
186 |
predictions <- reactive({
|
187 |
# Use default file if no file is uploaded
|
|
|
181 |
# For the predictions dataset
|
182 |
|
183 |
# Path to the default file
|
184 |
+
default_file_path <- "https://raw.githubusercontent.com/harpomaxx/goat-behavior-model/main/data/split/dataset_b.tsv"
|
185 |
|
186 |
predictions <- reactive({
|
187 |
# Use default file if no file is uploaded
|