File size: 84 Bytes
0ff9fca
 
 
 
1
2
3
4
5
import streamlit as st

x = st.slider('select a value')
st.write(x, 'sq is', x * x)