resrer-demo / app.py
seonglae's picture
Add application file
c2a71e9 unverified
raw
history blame
65 Bytes
x = st.slider('Select a value')
st.write(x, 'squared is', x * x)