Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
nkcong206
/
demo_huggingface
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
nkcong206
commited on
Sep 8, 2024
Commit
9f79473
·
1 Parent(s):
a7f3c4e
Delete app.py
Browse files
Files changed (1)
hide
show
app.py
+0
-4
app.py
DELETED
Viewed
@@ -1,4 +0,0 @@
1
-
import streamlit as st
2
-
3
-
x = st.slider('Select a value')
4
-
st.write(x, 'squared is', x * x)