Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
sarwansingh/aimljan24
LovnishVerma
/
aimljan24
like
1
Sleeping
App
Files
Files
Community
5f5fb95
aimljan24
/
app.py
sarwansingh
Create app.py
5f5fb95
verified
7 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)