newspace / app.py
marktetra's picture
Create app.py
678afa9 verified
raw
history blame contribute delete
64 Bytes
x = st.slider('Select a value')
st.write(x, 'squared is', x * x)