File size: 95 Bytes
f61b7e3
 
 
 
1
2
3
4
import streamlit as st

x = st.slider('Introduzca un valor')
st.write(x, 'al cuadrado es', x*x)