Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dsatya6
/
sentiment-bert-text-v1
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
5a5aa48
sentiment-bert-text-v1
/
app.py
dsatya6
Create app.py
5a5aa48
verified
8 months ago
raw
Copy download link
history
blame
Safe
89 Bytes
import
streamlit
as
st
x = st.slider(
'Select a value'
)
st.write(x,
'squared is'
, x * x)