File size: 69 Bytes
0883711
 
 
 
1
2
3
4
import streamlit as st

x = st.slider("select something")
st.write(x)