Skip to content

andfanilo/streamlit-custom-slider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Streamlit Custom Slider - Blog post

Source code for the Streamlit Components tutorial.

Checkout the branch you're interested in

git checkout partx

Install streamlit and custom library:

pip install streamlit
pip install -e .

Install npm dependencies :

cd streamlit_custom_slider/frontend
npm install

Run custom components web server :

cd streamlit_custom_slider/frontend
npm run start

Run Streamlit code :

streamlit run app.py

About

Streamlit custom slider - Code for the Streamlit Component Tutorial blog post

Topics

Resources

License

Stars

Watchers

Forks