Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
sarwansingh
/
aimljan24
like
0
Runtime error
App
Files
Files
Community
73a5645
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)