Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
whitphx
/
streamlit-scroll-test-1.19
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
981f42d
streamlit-scroll-test-1.19
/
app.py
whitphx
HF Staff
Create app.py
981f42d
over 2 years ago
raw
Copy download link
history
blame
Safe
105 Bytes
import
streamlit
as
st
for
_
in
range
(
10
):
st.image(
"https://static.streamlit.io/examples/cat.jpg"
)