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
23d3514
·
verified
·
1 Parent(s):
d3f5bd2
Create Stream
Browse files
Files changed (1)
hide
show
Stream
+4
-0
Stream
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
import streamlit as st
2
+
3
+
x = st.slider('Select a value')
4
+
st.write(x, 'squared is', x * x)