diff --git a/components/registry/components/streamlit-persist-session.json b/components/registry/components/streamlit-persist-session.json new file mode 100644 index 0000000..9a3dcf7 --- /dev/null +++ b/components/registry/components/streamlit-persist-session.json @@ -0,0 +1,24 @@ +{ + "schemaVersion": 1, + "title": "Persist Session", + "author": { + "github": "hrkn" + }, + "links": { + "github": "https://github.com/hrkn/streamlit-persist-session", + "pypi": "streamlit-persist-session", + "demo": null, + "docs": null + }, + "media": { + "image": null + }, + "install": { + "pip": "pip install streamlit-persist-session" + }, + "governance": { + "enabled": true, + "notes": null + }, + "categories": ["Developer tools"] +}