Peter Yang commited on
Commit
7450880
Β·
1 Parent(s): dc5de08

fix configuration error

Browse files
Files changed (1) hide show
  1. README.md +8 -23
README.md CHANGED
@@ -1,23 +1,8 @@
1
- # streamlit-geospatial
2
-
3
- A streamlit multipage app for geospatial applications. It can be deployed to [Streamlit Cloud](https://streamlit.io/cloud), [Heroku](https://heroku.com/), or [MyBinder](https://mybinder.org/).
4
-
5
- [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/giswqs/streamlit-geospatial/master?urlpath=proxy/8501/)
6
-
7
- - Web app: <https://streamlit.geemap.org>
8
- - Source code: <https://github.com/giswqs/streamlit-geospatial>
9
-
10
- ## Instructions
11
-
12
- 1. For the GitHub repository to your GitHub account.
13
- 2. Customize the sidebar by changing the sidebar text and logo in each Python file.
14
- 3. Find your favorite emoji from https://emojipedia.org.
15
- 4. Add a new app to the `pages/` directory with an emoji in the file name, e.g., 1_πŸš€_Chart.py.
16
-
17
- ## Demo
18
-
19
- ![](https://i.imgur.com/6lj0oAO.png)
20
-
21
- ## Real Estate Data and Market Trends
22
-
23
- ![](https://i.imgur.com/Z3dk6Tr.gif)
 
1
+ title: NextDrought Visualization
2
+ emoji: πŸƒ
3
+ colorFrom: blue
4
+ colorTo: green
5
+ sdk: docker
6
+ pinned: false
7
+ license: mit
8
+ app_port: 8051