: Apps can run as standalone web applications via a built-in server (built on FastAPI or Starlette) or directly inside Jupyter Notebooks , Google Colab, and JupyterLab.
solara.Button(label=f"Clicked count.value times", on_click=increment) github solara
# This is reactive state counter = solara.reactive(0) : Apps can run as standalone web applications