Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
eleni-mpa
/
argilla
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
argilla
/
app.py
eleni-mpa
Create app.py
ee3f3d8
verified
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
88 Bytes
import
streamlit
as
st
x = st.slider(
'Select a value'
)
st.write(x,
'squared is'
, x * x)