project-code-py icon indicating copy to clipboard operation
project-code-py copied to clipboard

min_length=min_length, max_length=max_length

Open ghost opened this issue 3 years ago • 0 comments

min_length = st.sidebar.slider(label='Min length ', min_value=15, max_value=1024, value=20, step=1)
max_length = st.sidebar.slider(label='Max length ', max_value=1024, value=100, step=1)

Bildschirmfoto 2021-12-05 um 19 14 38

ghost avatar Dec 05 '21 18:12 ghost