Skip to content

Commit

Permalink
Add default CSVs to the UI
Browse files Browse the repository at this point in the history
  • Loading branch information
teobucci committed Apr 5, 2024
1 parent 7ecfe9a commit d3a23ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hawk/processes/wps_causal.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ def __init__(self):
"dataset_train",
"Train Dataset",
abstract="Please add the train csv file here.",
default="https://raw.githubusercontent.com/climateintelligence/hawk/main/hawk/demo/Ticino_train.csv",
min_occurs=1,
max_occurs=1,
supported_formats=[FORMATS.CSV],
Expand All @@ -29,6 +30,7 @@ def __init__(self):
"dataset_test",
"Test Dataset",
abstract="Please add the test csv file here.",
default="https://raw.githubusercontent.com/climateintelligence/hawk/main/hawk/demo/Ticino_test.csv",
min_occurs=1,
max_occurs=1,
supported_formats=[FORMATS.CSV],
Expand Down

0 comments on commit d3a23ba

Please sign in to comment.