Spaces:
Running
Running
File size: 465 Bytes
b056584 6ba7909 b056584 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
import solara
@solara.component
def Page():
markdown = """
## Solara for Geospatial Applications
Just a proof-of-concept for now. Not all features are working yet. More features will be added in the future. Click on the menu above to see the other pages.
GitHub: <https://github.com/opengeos/solara-geospatial>
Solara: <https://github.com/widgetti/solara>

"""
solara.Markdown(markdown)
|