Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
theekshana
/
nlp
like
0
Sleeping
App
Files
Files
Community
5a8ab66
nlp
/
tst.py
theekshana
Create tst.py
5a8ab66
about 1 year ago
raw
Copy download link
history
blame
Safe
88 Bytes
import
streamlit
as
st
x = st.slider(
'Select a value'
)
st.write(x,
'squared is'
, x * x)