Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
VinayS
/
NLP_test
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
NLP_test
/
app.py
VinayS
Add application file
94e2df5
over 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
90 Bytes
import
streamlit
as
st
x = st.slider(
'Select a value'
)
st.write(x,
'squared is'
, x * x)