Per StackOverflow, it sounds like TIFF files are not well supported in browsers:
I tried this in Chrome (5MB tif, guess it depends on what is “large”) and it didn’t render:
import streamlit as st
st.markdown("")
I don’t have a Mac to test on for Safari, but if it’s going to work, I think this is how you would do it.
Best,
Randy