From 061ece4b34ec3a3be6748fc7ea194f16b0ea1188 Mon Sep 17 00:00:00 2001 From: Carl Boettiger Date: Tue, 19 Dec 2023 14:32:33 -0800 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 35be792..57a1917 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,11 @@ app_port: 8765 NOTE: The YAML header above is required for HuggingFace Spaces deployment. Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference +----- + +[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/boettiger-lab/solara-test) + + # Simple Solara demo This respository demonstrates how we can deploy an interactive map tool from a few lines of python to an app on HuggingFace spaces using Solara. @@ -24,4 +29,4 @@ This application accesses boundary polygons from the National Parks Service and ### Code -The required code for analysis is in `fire.py`, with solara visualization in `pages/01_leafmap.py`. (For interactive use, see `solar-app.pynb`) \ No newline at end of file +The required code for analysis is in `fire.py`, with solara visualization in `pages/01_leafmap.py`. (For interactive use, see `solar-app.pynb`)