Im trying to preview the photos with google link inside dataframe with column_config.
but , i don’t know why the photos didn’t appears.
st.dataframe(
catalogue,
column_config={
“Image”: st.column_config.ImageColumn(
“Foto”, help=“Preview Photos”
)
},
hide_index=True,
)
here is my example link