Spaces:
Runtime error
Runtime error
Jonathan Marokhovsky
Made a proper web page and changed the filename of the app to reflect that
bda8e7d
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) | |