A new Streamlit slider component. You are welcome to look at the github repo.
This slider is helpful for Machine-Learning tasks (go through the model’s predictions) or, in any case, you can benefit from using a slide to choose a specific item to view in your Streamlit app.
The slider gives you easy ways to change the current slider idx including:
- keyboard shortcuts
- Arrow Buttons
- Input Text box
- The slider itself
Demo
This is my first Streamlit custom component. If you have any requests, please feel free to open an issue