Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
red1xe
/
codeGPT
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
2856ccc
codeGPT
/
app.py
red1xe
Add application file
2856ccc
about 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)