Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
skydust
/
textsum
like
1
Runtime error
App
Files
Files
Community
main
textsum
/
streamlit-app.py
Karlo Timmerman
Update streamlit-app
baccdcd
over 2 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)