Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
manufy
/
photostoryteller-streamlit
like
0
Sleeping
App
Files
Files
xet
Community
Fetching metadata from the HF Docker repository...
Manu
commited on
May 18, 2024
Commit
4a302e8
·
1 Parent(s):
9a71fcf
updated title
Browse files
Files changed (1)
hide
show
app.py
+1
-0
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
+
st.write('Photo Story Teller')
4
x = st.slider('Select a value')
5
st.write(x, 'squared is', x * x)