bfd9222 70ac028 bfd9222
1
2
3
4
import streamlit as st x = st.slider('selecione um valor') st.write(x, 'squared is', x * x)