Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
1x-technologies
/
1X_World_Model_Challenge_Home
like
3
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c913868
1X_World_Model_Challenge_Home
/
app.py
Jack Monas
Add application file
992d47a
3 months ago
raw
Copy download link
history
blame
Safe
90 Bytes
import
streamlit
as
st
x = st.slider(
'Select a value'
)
st.write(x,
'squared is'
, x * x)