mnstr
1
Hi Guys,
I developed the Streamlit app with using the streamlit_nested_layout (GitHub - joy13975/streamlit-nested-layout: Allows columns and expanders to be nested), does work very well on local but not on the streamlit cloud.
the error is saying like it’s not installed, but it does

if you have any idea, please kindly help T_T
Cheers,
monster
ferdy
2
Have you tried this? Create requirements.txt and add streamlit-nested-layout
on it.
mnstr
3
yeah, it’s already there. i suspected at first too 
mnstr
4
my bad, it’s requirement.txt not requirements.txt, fixed after modifying the file name. thanks