Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
anurag629
/
deepfake
like
11
Running
App
Files
Files
Community
1
4d48059
deepfake
/
app.py
anurag629
Add application file
4d48059
about 1 year 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)