testspace / app.py
harshitface2003's picture
Create app.py
257dca7 verified
raw
history blame
78 Bytes
import streamlit
x=st.slider("Move the slider")
st.write(x,"squared is", x*x)