Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
atomind
/
mlip-arena
like
11
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
369fd8d
mlip-arena
/
serve
/
app.py
cyrusyc
update app.py
c1fa4bb
7 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)