diff --git a/components/registry/components/streamlit-nlp-annotator.json b/components/registry/components/streamlit-nlp-annotator.json new file mode 100644 index 0000000..f5b2a06 --- /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": "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"] +}