I have this in my app:
components.iframe(“98.41 | SOLUSDT | Binance Spot”, width=1200, height=600)
and it says www.binance.com refused to connect. I understand that the server refuses this because the server ha provided some HTTP headers to protect the document:
html - iframe refuses to display - Stack Overflow
Is it possible to somehow allow that in streamlit? Thanks