hello,
I am using the slider with the help of st.slider st.slider(‘select the threshold’, 0.0, 2.0, 0.01)
here 0.0 is the min value 2.0 is the max value and 0.01 is the step value.
I need 0.027 or some other value as a default value.
such that whenever i open the streamlit app the slider should be at 0.027 as a deafult.
kindly provide a suggestion for this.