import solara @solara.component def Page(): with solara.Column(align="center"): markdown = """ ## Global Surface Water Information System (GSWIS) ### Introduction We have used 5 global datasets viz., ESA, ESRI, JRC, OSM and HydroLAKES, to generate a processed multi-band gridded GSWE dataset at 10 m spatial resolution, with each band corresponding to one of the 5 datasets used. The dataset comprises of a total of 5153 grids, each grid having a 2°×2° dimension. - Web App: - Hugging Face: ### Demos ![](https://i.imgur.com/4uIEnAJ.gif) """ solara.Markdown(markdown)