In App deployment - Loading model gets error : Failed to load model: STACK_GLOBAL requires str

App : https://loan-prediction-e2e-ml-workflow-ard6bwrixhzcoa4ffwlazw.streamlit.app/

Repo : GitHub - Hsotuhsa-S/Loan-Prediction-E2E-ML-Workflow

I’m encountering a deployment error when loading the machine learning model. The app works fine locally but fails in Streamlit Cloud with the error:

Failed to load model: STACK_GLOBAL requires str

The model is a Random Forest classifier saved using joblib. Any help would be appreciated!