Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
JavierGon12
/
retrAIced
like
5
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
4d585b4
retrAIced
File size: 83 Bytes
4d585b4
1
2
3
4
import
streamlit
as
st x = st.slider(
"Select a value"
) st.write(
'Test number:'
, x)