We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The input field is way too tall in this current implementation as per the attached screenshot below:
It looks like Streamlit.setFrameHeight(73) doesn't actually set the iframe height correctly. Adding
Streamlit.setFrameHeight(73)
window.addEventListener("load", () => { window.setTimeout(function() { Streamlit.setFrameHeight(73) }, 0) })
seems to help, but the component is still very tall most of the times...
Any other ideas?
The text was updated successfully, but these errors were encountered:
Any leads on this issue? @blackary @msabramo
Sorry, something went wrong.
No branches or pull requests
The input field is way too tall in this current implementation as per the attached screenshot below:
It looks like
Streamlit.setFrameHeight(73)
doesn't actually set the iframe height correctly. Addingseems to help, but the component is still very tall most of the times...
Any other ideas?
The text was updated successfully, but these errors were encountered: