Willing to use higher value in slider widget

Hi!

First of all, I would like to thank the developers for creating such a great package for app deployment. I am very new to python coding. I have implemented the streamlit code for a regression model. The problem I am facing is that my feature input has values ranging from 1000 to 10,000,000. I am not able to put the range on the slider widget as 100 is the maximum value allowed by streamlit. Is there any way to use higher values in the slider and import them as input features?

1 Like

Hi @quantumsim welcome to streamlit community! I would like to suggest you check out at streamlit docs, more precisely at Display Interactive Widgets. Here is the link https://docs.streamlit.io/en/stable/api.html#display-interactive-widgets :sunglasses:

Thank you so much. I will go through the docs. :relaxed:

2 Likes