Jonathan Marokhovsky
Made a proper web page and changed the filename of the app to reflect that
bda8e7d
raw
history blame
326 Bytes
import solara
@solara.component
def Page():
with solara.Column(align="center"):
markdown = """
## Solara-Leafmap Toy
### Introduction
**A quick [Solara](https://github.com/widgetti/solara) to showcase user interactions in leafmap**
"""
solara.Markdown(markdown)