Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
EZWalk
/
court-document-data-extraction
like
0
Sleeping
App
Files
Files
Community
main
court-document-data-extraction
/
app.py
EZWalk
added files
12ef9f2
5 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
88 Bytes
import
streamlit
as
st
x = st.slider(
'Select a value'
)
st.write(x,
'squared is'
, x * x)