Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
flax-community
/
gpt2-indonesian
like
7
Runtime error
App
Files
Files
Community
be6f31c
gpt2-indonesian
/
app.py
cahya
Add application file
be6f31c
over 3 years 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)