lfoppiano / streamlit-pdf-viewer

Streamlit PDF viewer
https://structure-vision.streamlit.app/
Apache License 2.0
62 stars 3 forks source link

PDF not showed when height is not set #41

Closed lfoppiano closed 3 months ago

lfoppiano commented 3 months ago

PDF is not showed in Chrome when the height is not set.

The call to loading the PDF is async, but the setFrameHeight is called in sync, reading information that are supposed to be set in the loadPdf function.