Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
arkalon
/
angry-snail
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
arkalon
commited on
Dec 2, 2023
Commit
22a8009
·
1 Parent(s):
98ae64e
Bugfix 1
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
1
import streamlit as st
2
3
x = st.slider('Select a value')
4
+
st.write(x, 'squared is', x
)