Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
kyled
/
YouTubeTitleGrading
like
0
No application file
App
Files
Files
Community
1
63e8d23
YouTubeTitleGrading
/
app.py
joshtc
Create app.py
63e8d23
about 1 year 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)