Spaces:
Sleeping
Sleeping
Update text
Browse files- pages/00_home.py +1 -3
- pages/01_leafmap.py +1 -1
pages/00_home.py
CHANGED
@@ -5,14 +5,12 @@ 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 |
-
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.
|
15 |
-
|
16 |
- Web App: <https://giswqs-solara-template.hf.space>
|
17 |
- GitHub: <https://github.com/opengeos/solara-template>
|
18 |
- Hugging Face: <https://huggingface.co/spaces/giswqs/solara-template>
|
|
|
5 |
def Page():
|
6 |
with solara.Column(align="center"):
|
7 |
markdown = """
|
8 |
+
## A Solara Template for Geospatial Applications
|
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-template.hf.space>
|
15 |
- GitHub: <https://github.com/opengeos/solara-template>
|
16 |
- Hugging Face: <https://huggingface.co/spaces/giswqs/solara-template>
|
pages/01_leafmap.py
CHANGED
@@ -28,7 +28,7 @@ def Page():
|
|
28 |
scroll_wheel_zoom=True,
|
29 |
toolbar_ctrl=False,
|
30 |
data_ctrl=False,
|
31 |
-
height="
|
32 |
)
|
33 |
# solara.Text(f"Zoom: {zoom.value}")
|
34 |
# solara.Text(f"Center: {center.value}")
|
|
|
28 |
scroll_wheel_zoom=True,
|
29 |
toolbar_ctrl=False,
|
30 |
data_ctrl=False,
|
31 |
+
height="780px"
|
32 |
)
|
33 |
# solara.Text(f"Zoom: {zoom.value}")
|
34 |
# solara.Text(f"Center: {center.value}")
|