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?