Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
bziiit/OpenData-Bordeaux-RSE-OLD
bziiit
/
Carto-RSE
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
9ee810a
Carto-RSE
/
app.py
LaurentTRIPIED
Traduction en français
9ee810a
10 months ago
raw
Copy download link
history
blame
118 Bytes
import
streamlit
as
st
x = st.slider(
'Sélectionner une valeur'
)
st.write(x,
'Le carré de la valeur est '
, x * x)