Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Washedashore
/
Law
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Washedashore
commited on
Dec 25, 2024
Commit
91806b1
·
verified
·
1 Parent(s):
be889ef
Delete Stream
Browse files
Files changed (1)
hide
show
Stream
+0
-4
Stream
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)