Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Chris4K
/
agent-reference-implemenation
like
2
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
fdfb0c4
agent-reference-implemenation
/
app.py
Chris4K
Create app.py
fdfb0c4
verified
over 1 year 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)