giswqs commited on
Commit
7f40906
·
1 Parent(s): cd11da1

Initial commit

Browse files
Files changed (3) hide show
  1. .github/workflows/sync-hf.yml +1 -1
  2. README.md +1 -1
  3. 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/leafmap-voila main
 
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
- # leafmap-voila
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