Midterm_Task_5 / app.py
resolverkatla's picture
First commit
a36f637
raw
history blame
64 Bytes
x = st.slider('Select a value')
st.write(x, 'squared is', x * x)