Jonathan Marokhovsky
Made the cog-focused page, reorganized into more of an app framework, and updated the requirements
c140c33
raw
history blame contribute delete
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)