Spaces:
Running
Running
Update README
Browse files- pages/00_home.py +4 -4
pages/00_home.py
CHANGED
@@ -5,15 +5,15 @@ import solara
|
|
5 |
def Page():
|
6 |
with solara.Column(align="center"):
|
7 |
markdown = """
|
8 |
-
## A Solara
|
9 |
|
10 |
### Introduction
|
11 |
|
12 |
**A collection of [Solara](https://github.com/widgetti/solara) web apps for geospatial applications.**
|
13 |
|
14 |
-
- Web App: <https://giswqs-solara-
|
15 |
-
- GitHub: <https://github.com/opengeos/solara-
|
16 |
-
- Hugging Face: <https://huggingface.co/spaces/giswqs/solara-
|
17 |
|
18 |
"""
|
19 |
|
|
|
5 |
def Page():
|
6 |
with solara.Column(align="center"):
|
7 |
markdown = """
|
8 |
+
## A Solara Web App for Visualizing [Maxar Open Data](https://www.maxar.com/open-data)
|
9 |
|
10 |
### Introduction
|
11 |
|
12 |
**A collection of [Solara](https://github.com/widgetti/solara) web apps for geospatial applications.**
|
13 |
|
14 |
+
- Web App: <https://giswqs-solara-maxar.hf.space>
|
15 |
+
- GitHub: <https://github.com/opengeos/solara-maxar>
|
16 |
+
- Hugging Face: <https://huggingface.co/spaces/giswqs/solara-maxar>
|
17 |
|
18 |
"""
|
19 |
|