Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ppaihack
/
Big_Bros
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
9ba5cad
Big_Bros
/
app.py
1-ARIjitS
initial commit
9ba5cad
verified
11 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)