Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dlsmallw
/
NLPinitiative-Streamlit-App
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
3cd3fbb
NLPinitiative-Streamlit-App
/
app.py
dlsmallw
Fix directory layout
20abc4d
14 days 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)