File size: 92 Bytes
8f0ba6e
 
 
77f95fc
1
2
3
4
import streamlit as st

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