Spaces:
Sleeping
Sleeping
Update template links to SIH
Browse files
app.py
CHANGED
@@ -23,9 +23,9 @@ FNAME_ZIP = 'harvest_collection.zip'
|
|
23 |
OUTPATH = 'harvest_collection'
|
24 |
|
25 |
# Link to settings templates
|
26 |
-
settings_template_link = 'https://huggingface.co/spaces/
|
27 |
# link to data template
|
28 |
-
data_template_link = 'https://huggingface.co/spaces/
|
29 |
# link to github page
|
30 |
link_to_githubpage = 'https://sydney-informatics-hub.github.io/geodata-harvester/'
|
31 |
# link to settings overview
|
|
|
23 |
OUTPATH = 'harvest_collection'
|
24 |
|
25 |
# Link to settings templates
|
26 |
+
settings_template_link = 'https://huggingface.co/spaces/SIH/geodata-harvester-app/tree/main/data/templates_settings'
|
27 |
# link to data template
|
28 |
+
data_template_link = 'https://huggingface.co/spaces/SIH/geodata-harvester-app/tree/main/data'
|
29 |
# link to github page
|
30 |
link_to_githubpage = 'https://sydney-informatics-hub.github.io/geodata-harvester/'
|
31 |
# link to settings overview
|