nfw-app / pages /00_home.py
giswqs's picture
Hide toolbar buttons
7ed2747
raw
history blame contribute delete
394 Bytes
import solara
@solara.component
def Page():
markdown = """
## Mapping Non-Floodplain Wetlands
### Introduction
An interactive web app for mapping surface depressions.
- Web App: <https://giswqs-nfw-app.hf.space>
- GitHub: <https://github.com/giswqs/nfw-app>
- Hugging Face: <https://huggingface.co/spaces/giswqs/nfw-app>
"""
solara.Markdown(markdown)