Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Haleel
/
Cryptweets
like
0
Configuration error
App
Files
Files
Community
f57bb40
Cryptweets
/
app.py
Haleel
adding first commit
f57bb40
over 2 years 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)