Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sandyraja2023
/
Trial
like
0
No application file
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
sandyraja2023
commited on
Dec 18, 2023
Commit
4fe82bb
·
1 Parent(s):
c004fad
Create FirstFile
Browse files
Files changed (1)
hide
show
FirstFile
+4
-0
FirstFile
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)