whitphx's picture
whitphx HF Staff
Create app.py
8418673
raw
history blame contribute delete
105 Bytes
import streamlit as st
for _ in range(10):
st.image("https://static.streamlit.io/examples/cat.jpg")