Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
JavierGon12
/
retrAIced
like
5
Runtime error
App
Files
Files
Community
4d585b4
retrAIced
/
app.py
JavierGon12
First commit: test
4d585b4
about 1 year ago
raw
Copy download link
history
blame
Safe
83 Bytes
import
streamlit
as
st
x = st.slider(
"Select a value"
)
st.write(
'Test number:'
, x)