Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
wilmerags
/
tweet-snest
like
7
Build error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
7eae2ec
tweet-snest
/
app.py
wilmerags
Create app.py
7eae2ec
over 3 years ago
raw
Copy download link
history
blame
90 Bytes
import
streamlit
as
st
x = st.slider(
'Select a value'
)
st.write(x,
'squared is'
, x * x)