streamlit-javascript
streamlit-javascript copied to clipboard
modification of the page title does not take effect
st_javascript('document.title = "123"')
This is because the script is evaluated inside an iframe. My PR #19 shows how to escape the iframe into the main frame to get the screen width, this use of parent would also allow you to adjust the window title of the main page.