Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
swapnils100
/
Lawyer
like
1
Runtime error
App
Files
Files
Community
main
Lawyer
File size: 83 Bytes
df6cce5
1
2
3
4
5
import
streamlit
as
st x=st.slider(
"ennter value"
) st.write(x,
' square is '
, x*x)