Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
I2C-UHU
/
test-app
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
f61b7e3
test-app
/
app.py
I2C-UHU
Testing spaces
f61b7e3
almost 2 years ago
raw
Copy download link
history
blame
95 Bytes
import
streamlit
as
st
x = st.slider(
'Introduzca un valor'
)
st.write(x,
'al cuadrado es'
, x*x)