Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
firzaelbuho
/
elbuhoui
like
0
Configuration error
App
Files
Files
Community
f006919
elbuhoui
/
app.py
firzaelbuho
Create app.py
9ff69b5
verified
11 months 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)