Spaces:
Runtime error
Runtime error
Jonathan Marokhovsky
Made the cog-focused page, reorganized into more of an app framework, and updated the requirements
c140c33
import solara | |
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) | |