File size: 471 Bytes
bdc1f06
 
 
 
 
 
 
a5ed0cf
bdc1f06
 
 
a5ed0cf
 
 
bdc1f06
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
import solara


@solara.component
def Page():
    with solara.Column(align="center"):
        markdown = """
        ## An interactive web app for visualizing geospatial data
        
        ### Introduction

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

        """

        solara.Markdown(markdown)