Spaces:
Sleeping
Sleeping
Updated README
Browse files
README.md
CHANGED
@@ -1,10 +1,23 @@
|
|
1 |
# streamlit-geospatial
|
2 |
|
3 |
-
A
|
|
|
|
|
4 |
|
5 |
- Web app: <https://geospatial.streamlitapp.com>
|
6 |
- Source code: <https://github.com/giswqs/streamlit-geospatial>
|
7 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
## Real Estate Data and Market Trends
|
9 |
|
10 |
![](https://i.imgur.com/Z3dk6Tr.gif)
|
|
|
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://geospatial.streamlitapp.com>
|
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)
|