Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
germanchelo
/
roberta-base-go_emotions
like
0
Model card
Files
Files and versions
xet
Community
main
roberta-base-go_emotions
/
app.py
germanchelo
Create app.py
51d232b
over 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)