test-app / app.py
I2C-UHU's picture
Testing spaces
f61b7e3
raw
history blame
95 Bytes
import streamlit as st
x = st.slider('Introduzca un valor')
st.write(x, 'al cuadrado es', x*x)