Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Javascript
/
testspace
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
testspace
/
app.py
octaviuspvn
a
36f68ce
almost 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
111 Bytes
import
streamlit
as
st
x = st.slider(
"Select a value"
)
st.write(x,
"squared is"
, x*x)
st.write(
"wTF IS THIS"
)