Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
erfan226
/
Persian_FST
like
0
Runtime error
App
Files
Files
Community
9bf0a82
Persian_FST
/
app.py
erfan226
Init commit
9bf0a82
over 2 years 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)