Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
TangibleAI
/
nlpia2-examples
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
nlpia2-examples
/
app.py
Maria Dyshel
first commit
aa8bc25
almost 3 years 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)