File size: 78 Bytes
257dca7
 
 
 
1
2
3
4
import streamlit

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