File size: 84 Bytes
8f3b263
a4e7061
 
 
1
2
3
4
import streamlit as st

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