harpomaxx commited on
Commit
8cd7f76
·
1 Parent(s): 4fd95b8

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +1 -1
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 <- "./dataset_b.tsv"
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