Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
joko333
/
logical_structure_analysis
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c4aa455
logical_structure_analysis
/
app.py
joko333
Changed application file
c4aa455
8 months ago
raw
Copy download link
history
blame
Safe
89 Bytes
import
streamlit
as
st
x = st.slider(
'Select a value'
)
st.write(x,
'squared is'
, x * x)