whitphx's picture
whitphx HF staff
Copy https://github.com/whitphx/stlite/tree/main/packages/sharing-editor/public/samples/011_component_gallery
dd0ef30
raw history blame
No virus
461 Bytes
import streamlit as st
IMAGE_URL = "https://images.unsplash.com/photo-1548407260-da850faa41e3?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1487&q=80"
st.image(IMAGE_URL, caption="Sunrise by the mountains")
st.write(
"""
#### Image credit:
Creator: User _Neil Iris (@neil_ingham)_ from _Unsplash_
License: Do whatever you want.
https://unsplash.com/license
URL:
https://unsplash.com/photos/I2UR7wEftf4
"""
)