Spaces:
Running
Running
Update home page
Browse files- pages/00_home.py +3 -1
pages/00_home.py
CHANGED
@@ -5,9 +5,11 @@ import solara
|
|
5 |
def Page():
|
6 |
with solara.Column(align="center"):
|
7 |
markdown = """
|
8 |
-
##
|
9 |
|
|
|
10 |
|
|
|
11 |
"""
|
12 |
|
13 |
solara.Markdown(markdown)
|
|
|
5 |
def Page():
|
6 |
with solara.Column(align="center"):
|
7 |
markdown = """
|
8 |
+
## 3D Mapping with Leafmap and MapLibre
|
9 |
|
10 |
+
This is a Solara template for a 3D mapping application using Leafmap and MapLibre. Click on the menu above to see the different examples.
|
11 |
|
12 |
+

|
13 |
"""
|
14 |
|
15 |
solara.Markdown(markdown)
|