Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
LLMChess
/
Chess_LLM_Space_2
like
0
Runtime error
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
914e42c
Chess_LLM_Space_2
/
app.py
Silas Blanchard
Fingers crossed the ssh worked
724397d
over 2 years 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)