Help. I don’t understand why the following line is error:
# st.subheader("Total Aset Kas: {}".format(st.session_state.total_aset_kas)) #uncomment this to see the error
AttributeError: st.session_state has no attribute "total_aset_kas". Did you forget to initialize it? More info: https://docs.streamlit.io/library/advanced-features/session-state#initialization
i thought i have it initialized in initialize_totalan
.
How do i resolve this?