st.error('Tweet has been deleted.')
# components.iframe(link, height=500, width=700)
- st.markdown('<iframe srcdoc="Loading..." onload="this.removeAttribute(\'srcdoc\')" src="{}" loading="lazy" height=500 width="100%"></iframe>'.format(link), unsafe_allow_html=True)
+ st.markdown('<iframe src="{}" loading="lazy" height=500 width="100%"></iframe>'.format(link), unsafe_allow_html=True)
st.divider()