Time to test Svelte + Streamlit Component on some Prodigy demo !
$ python3 -m venv venv # create venv
$ . venv/bin/activate # activate venv
$ pip install streamlit # install streamlit
$ cd streamlit_named_entity/frontend
$ npm install # Install npm dependencies
$ npm run dev # Start the Webpack dev server
$ . venv/bin/activate # activate the venv you created earlier
$ streamlit run streamlit_named_entity/__init__.py # run the example
streamlit_named_entity/frontend/
.streamlit_named_entity/__init__.py
.