Stuck at Loading Graphic-Walker UI... #557
|
Below are codes used, and I keep on getting Loading Graphic-Walker UI... Adjust the width of the Streamlit pagest.set_page_config( Add Titlest.title("Use Pygwalker In Streamlit") You should cache your pygwalker renderer, if you don't want your memory to explode@st.cache_resource renderer = get_pyg_renderer() renderer.explorer() #streamlit run pygtester.py |
Answered by
longxiaofei
May 23, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Hi @LamChiho
Could you provide the browser log after opening the streamlit page?