Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dexay
/
EDC_IE
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
dexay
commited on
Jun 23, 2022
Commit
fc31d71
·
1 Parent(s):
8b91610
Delete nw.py
Browse files
Files changed (1)
hide
show
nw.py
+0
-4
nw.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)