import streamlit as st x = st.slider("select something") st.write(x)