import streamlit x=st.slider("Move the slider") st.write(x,"squared is", x*x)