Spaces:
Running
Running
| import solara | |
| def Page(): | |
| with solara.Column(align="center"): | |
| markdown = """ | |
| ## Amazon Sustainability Data Initiative (ASDI) | |
| An Interactive Web App for Visualizing Open Data from the Amazon Sustainability Data Initiative ([ASDI](https://exchange.aboutamazon.com/data-initiative)). | |
| Click on the menu above to explore the data. | |
|  | |
| """ | |
| solara.Markdown(markdown) | |