From 84c70a87af49a8b7649b96069505656c694a0ba6 Mon Sep 17 00:00:00 2001 From: Corrado Fasana <143723410+cfasana@users.noreply.github.com> Date: Mon, 13 Apr 2026 16:00:41 +0200 Subject: [PATCH 1/2] Add streamlit-nlp-annotator JSON configuration --- .../components/streamlit-nlp-annotator.json | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 components/registry/components/streamlit-nlp-annotator.json diff --git a/components/registry/components/streamlit-nlp-annotator.json b/components/registry/components/streamlit-nlp-annotator.json new file mode 100644 index 0000000..c9582de --- /dev/null +++ b/components/registry/components/streamlit-nlp-annotator.json @@ -0,0 +1,25 @@ +{ + "schemaVersion": 1, + "title": "Streamlit NLP Annotator", + "author": { + "github": "cfasana", + "displayName": "cfasana" + }, + "links": { + "github": "https://github.com/cfasana/streamlit-nlp-annotator", + "pypi": "https://pypi.org/project/streamlit-nlp-annotator/", + "demo": "https://nlp-annotator.streamlit.app/", + "docs": null + }, + "media": { + "image": "https://github.com/cfasana/streamlit-nlp-annotator/blob/33165cadab168f377cada82f284505b0df8c4b61/assets/image.png" + }, + "install": { + "pip": "pip install streamlit-nlp-annotator" + }, + "governance": { + "enabled": true, + "notes": null + }, + "categories": ["Widgets", "Text"] +} From e565819550c0df5d11a2413089d00dd5d69019ce Mon Sep 17 00:00:00 2001 From: Corrado Fasana <143723410+cfasana@users.noreply.github.com> Date: Mon, 13 Apr 2026 16:04:49 +0200 Subject: [PATCH 2/2] Fix PyPI link in streamlit-nlp-annotator.json Updated PyPI link format for streamlit-nlp-annotator. --- components/registry/components/streamlit-nlp-annotator.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/registry/components/streamlit-nlp-annotator.json b/components/registry/components/streamlit-nlp-annotator.json index c9582de..f5b2a06 100644 --- a/components/registry/components/streamlit-nlp-annotator.json +++ b/components/registry/components/streamlit-nlp-annotator.json @@ -7,7 +7,7 @@ }, "links": { "github": "https://github.com/cfasana/streamlit-nlp-annotator", - "pypi": "https://pypi.org/project/streamlit-nlp-annotator/", + "pypi": "streamlit-nlp-annotator", "demo": "https://nlp-annotator.streamlit.app/", "docs": null },