import solara
@solara.component
def Page():
with solara.Column(align="center"):
markdown = """
## A Solara web app for DuckDB
This is a Solara web app for DuckDB. Click on the menu above to see the different examples.
Source code:

"""
solara.Markdown(markdown)