Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
vidya01dinkar
/
GEN_LAB
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
GEN_LAB
/
app.py
vidya01dinkar
Create app.py
f1eb1c7
verified
almost 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
88 Bytes
import
streamlit
as
st
x = st.slider(
'Select a value'
)
st.write(x,
'squared is'
, x * x)