Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
gewei20
/
Documentprocessing
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
6ba7aad
Documentprocessing
/
app.py
gewei20
Add application file
6ba7aad
3 months ago
raw
Copy download link
history
blame
Safe
89 Bytes
import
streamlit
as
st
x = st.slider(
'Select a value'
)
st.write(x,
'squared is'
, x * x)