giswqs's picture
Initial commit
bdc1f06 unverified
raw
history blame
No virus
565 Bytes
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)