giswqs commited on
Commit
c58878e
1 Parent(s): 8db0129

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import leafmap.foliumap as leafmap
4
 
5
  st.set_page_config(layout="wide")
6
 
7
- url = 'https://opengeos.github.io/maxar-open-data'
8
  repo = 'https://github.com/opengeos/maxar-open-data/blob/master/datasets'
9
  m = leafmap.Map()
10
 
 
4
 
5
  st.set_page_config(layout="wide")
6
 
7
+ url = 'https://open.gishub.org/maxar-open-data'
8
  repo = 'https://github.com/opengeos/maxar-open-data/blob/master/datasets'
9
  m = leafmap.Map()
10