Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
howaboutyu
/
test
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
David Yu
commited on
Jan 11, 2025
Commit
a1adc0c
·
1 Parent(s):
4945d40
changes
Browse files
Files changed (1)
hide
show
app.py
+1
-1
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
, please
")
4
st.write(x, "squared is", x * x)