giswqs commited on
Commit
8030b05
·
1 Parent(s): 21fcfde

Update home page

Browse files
Files changed (1) hide show
  1. 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
- ## A Solara Template for MapLibre
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
+ ![image](https://github.com/user-attachments/assets/efc9e43b-99c0-40b4-af08-4971e8b96919)
13
  """
14
 
15
  solara.Markdown(markdown)