If you’re creating a debugging post, please include the following info:
I am running both app locally and deployed. Python version 3.9.4, streamlit 1.30.
2.My code
import streamlit as st
# iamge ID
file_id = "1A77PZeaLXZXDDzBNTPJZ-dxHd4DUAMx0"
# URL
url = f"https://drive.google.com/uc?export=view&id={file_id}"
# show image
st.image(url)