File size: 90 Bytes
781c115
d4046ed
2282a85
d7506cc
1
2
3
4
import streamlit as st

x = st.slider('Select a value')
st.write(x, 'squared is', x * x)