Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Cicciokr
/
AIGenMaskedFillLatinText
like
0
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
933d893
AIGenMaskedFillLatinText
/
app.py
Cicciokr
init
933d893
verified
about 2 months 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)