import streamlit as st x= st.slider("Selecciona un valor") st.write(x,"el cuadrado es", x*x)