From 38a36f214328a2cb39e13e1236f422aa460bf2b1 Mon Sep 17 00:00:00 2001 From: Malo <45739868+mp-mech-ai@users.noreply.github.com> Date: Fri, 3 Apr 2026 13:18:42 +0200 Subject: [PATCH 1/2] Add streamlit-tour.json gallery file --- .../registry/components/streamlit-tour.json | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 components/registry/components/streamlit-tour.json diff --git a/components/registry/components/streamlit-tour.json b/components/registry/components/streamlit-tour.json new file mode 100644 index 0000000..f0d2743 --- /dev/null +++ b/components/registry/components/streamlit-tour.json @@ -0,0 +1,25 @@ +{ + "schemaVersion": 1, + "title": "Streamlit Tour", + "author": { + "github": "mp-mech-ai", + "displayName": "Malo" + }, + "links": { + "github": "https://github.com/mp-mech-ai/streamlit_tour", + "pypi": "streamlit-tour", + "demo": null, + "docs": null + }, + "media": { + "image": "https://github.com/mp-mech-ai/streamlit_tour/raw/master/assets/streamlit-tour-demo.gif" + }, + "install": { + "pip": "pip install streamlit-tour" + }, + "governance": { + "enabled": true, + "notes": null + }, + "categories": ["Developper tools", "Page navigation"] +} From dfd22e1b1174c64c7d521ac8f9e789a30baadbcb Mon Sep 17 00:00:00 2001 From: Malo <45739868+mp-mech-ai@users.noreply.github.com> Date: Mon, 6 Apr 2026 20:51:24 +0200 Subject: [PATCH 2/2] Fix typo in categories from 'Developper' to 'Developer' --- components/registry/components/streamlit-tour.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/registry/components/streamlit-tour.json b/components/registry/components/streamlit-tour.json index f0d2743..6c406be 100644 --- a/components/registry/components/streamlit-tour.json +++ b/components/registry/components/streamlit-tour.json @@ -21,5 +21,5 @@ "enabled": true, "notes": null }, - "categories": ["Developper tools", "Page navigation"] + "categories": ["Developer tools", "Page navigation"] }