Peter Yang commited on
Commit
4a1a4ce
·
1 Parent(s): e11b0ef

Cloud Geospatial

Browse files
Files changed (1) hide show
  1. app.py +2 -5
app.py CHANGED
@@ -4,15 +4,12 @@ import leafmap.foliumap as leafmap
4
  st.set_page_config(layout="wide")
5
 
6
 
7
- st.title("Streamlit for Geospatial Applications")
8
 
9
  st.markdown(
10
  """
11
- This multi-page web app demonstrates various interactive web apps created using [streamlit](https://streamlit.io) and open-source mapping libraries,
12
  such as [leafmap](https://leafmap.org), [geemap](https://geemap.org), [pydeck](https://deckgl.readthedocs.io), and [kepler.gl](https://docs.kepler.gl/docs/keplergl-jupyter).
13
- This is an open-source project and you are very welcome to contribute your comments, questions, resources, and apps as [issues](https://github.com/giswqs/streamlit-geospatial/issues) or
14
- [pull requests](https://github.com/giswqs/streamlit-geospatial/pulls) to the [GitHub repository](https://github.com/giswqs/streamlit-geospatial).
15
-
16
  """
17
  )
18
 
 
4
  st.set_page_config(layout="wide")
5
 
6
 
7
+ st.title("Cloud Geospatial Applications")
8
 
9
  st.markdown(
10
  """
11
+ This web app demonstrates various interactive web apps created using [streamlit](https://streamlit.io) and open-source mapping libraries,
12
  such as [leafmap](https://leafmap.org), [geemap](https://geemap.org), [pydeck](https://deckgl.readthedocs.io), and [kepler.gl](https://docs.kepler.gl/docs/keplergl-jupyter).
 
 
 
13
  """
14
  )
15