File size: 565 Bytes
6581617
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
import solara


@solara.component
def Page():
    with solara.Column(align="center"):
        markdown = """
        ## A Solara Template for Geospatial Applications
        
        ### Introduction

        **A collection of [Solara](https://github.com/widgetti/solara) web apps for geospatial applications.**

        - Web App: <https://giswqs-solara-template.hf.space>
        - GitHub: <https://github.com/opengeos/solara-template>
        - Hugging Face: <https://huggingface.co/spaces/giswqs/solara-template>

        """

        solara.Markdown(markdown)