Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
liyangbing
/
test31
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
liyangbing
commited on
May 23, 2024
Commit
df110f4
·
verified
·
1 Parent(s):
e3271d6
update
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -1,4 +1,5 @@
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)
5
+
print("hello")