File size: 87 Bytes
f6bb61a
 
 
1
2
3
import streamlit as st
x = st.slider('select a value')
st.write(x, 'squared is', x * x)