Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Walelign
/
AmTTS
like
0
No application file
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
refs/pr/1
AmTTS
/
app.py
miftah1436
Create app.py
8ab6e24
verified
about 1 month 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)