is there any way to measure window.innerHeight on Streamlit app before declaring any widgets?
I have tried using streamlit_js_eval library to measure ‘window.innerHeight’ and then set container heights proportional to the innerHeight, but streamlit_js_eval() function always returned 0.