Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sh20raj
/
autoinsta
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
bab5260
autoinsta
/
app.py
sh20raj
chore: Add .gitignore file and requirements.txt
bab5260
9 months 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)