Spaces:
Running
Running
Updated README
Browse files- README.md +2 -1
- pages/00_home.py +1 -0
README.md
CHANGED
@@ -1,2 +1,3 @@
|
|
1 |
# solara-geospatial
|
2 |
-
|
|
|
|
1 |
# solara-geospatial
|
2 |
+
|
3 |
+
A collection of [solara](https://github.com/widgetti/solara) web apps for geospatial applications
|
pages/00_home.py
CHANGED
@@ -9,6 +9,7 @@ def Page():
|
|
9 |
Just a proof-of-concept for now. Not all features are working yet. More features will be added in the future. Click on the menu above to see the other pages.
|
10 |
|
11 |
GitHub: <https://github.com/opengeos/solara-geospatial>
|
|
|
12 |
|
13 |
![](https://i.imgur.com/1PbtnQE.gif)
|
14 |
"""
|
|
|
9 |
Just a proof-of-concept for now. Not all features are working yet. More features will be added in the future. Click on the menu above to see the other pages.
|
10 |
|
11 |
GitHub: <https://github.com/opengeos/solara-geospatial>
|
12 |
+
Solara: <https://github.com/widgetti/solara>
|
13 |
|
14 |
![](https://i.imgur.com/1PbtnQE.gif)
|
15 |
"""
|