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