Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ml6team
/
Knowledge-graphs
like
55
Build error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
390b2d8
Knowledge-graphs
/
app.py
khaerens
Add application file
390b2d8
about 3 years ago
raw
Copy download link
history
blame
Safe
91 Bytes
import
streamlit
as
st
x = st.slider(
'Select a value'
)
st.write(x,
'squared is'
, x * x)