Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
bibekyess
/
bgpt
like
2
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
42e3a78
bgpt
/
app.py
bibekyess
Create app.py
093a2c3
almost 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)