Spaces:
Running
Running
Update yml
Browse files- .github/workflows/sync-hf.yml +1 -1
- requirements.txt +1 -1
.github/workflows/sync-hf.yml
CHANGED
@@ -17,4 +17,4 @@ jobs:
|
|
17 |
- name: Push to hub
|
18 |
env:
|
19 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
20 |
-
run: git push --force https://giswqs:$HF_TOKEN@huggingface.co/spaces/giswqs/solara-
|
|
|
17 |
- name: Push to hub
|
18 |
env:
|
19 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
20 |
+
run: git push --force https://giswqs:$HF_TOKEN@huggingface.co/spaces/giswqs/solara-geemap main
|
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
|
2 |
solara
|
3 |
geopandas
|
4 |
pydantic< 2.0
|
|
|
1 |
+
geemap
|
2 |
solara
|
3 |
geopandas
|
4 |
pydantic< 2.0
|