1 / app.py
KKKLLL123's picture
Create app.py
621d06f
raw
history blame contribute delete
64 Bytes
x = st.slider('Select a value')
st.write(x, 'squared is', x * x)