Spaces:
Sleeping
Sleeping
Initial commit
Browse files- .github/workflows/sync-hf.yml +1 -1
- README.md +1 -1
- environment.yml +0 -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:[email protected]/spaces/giswqs/
|
|
|
17 |
- name: Push to hub
|
18 |
env:
|
19 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
20 |
+
run: git push --force https://giswqs:[email protected]/spaces/giswqs/geemap-voila main
|
README.md
CHANGED
@@ -12,7 +12,7 @@ short_description: A Voila template for leafmap
|
|
12 |
license: mit
|
13 |
---
|
14 |
|
15 |
-
#
|
16 |
|
17 |
Build a docker image for using leafmap with Voila
|
18 |
|
|
|
12 |
license: mit
|
13 |
---
|
14 |
|
15 |
+
# geemap-voila
|
16 |
|
17 |
Build a docker image for using leafmap with Voila
|
18 |
|
environment.yml
CHANGED
@@ -9,4 +9,3 @@ dependencies:
|
|
9 |
- leafmap
|
10 |
- maplibre
|
11 |
- voila
|
12 |
-
- voila_topbar
|
|
|
9 |
- leafmap
|
10 |
- maplibre
|
11 |
- voila
|
|