Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
funlab
/
DeepLoop
like
0
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
edmundmiller
commited on
Mar 20, 2024
Commit
89059a8
·
verified
·
1 Parent(s):
4b0a09a
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-2
app.py
CHANGED
Viewed
@@ -1,4 +1,4 @@
1
import streamlit as st
2
3
-
x = st.slider(
"
Select a value
"
)
4
-
st.write(x,
"
squared is
"
, x * x)
1
import streamlit as st
2
3
+
x = st.slider(
'
Select a value
'
)
4
+
st.write(x,
'
squared is
'
, x * x)