NoModule Found error while deploying streamlit app

My codeloanpred_frontend.py  which consist of the App which I am trying to Build , apart from pakages I have used config file and the data_handling files  




requirements.txt 
#Model -Building Requirements
numpy==1.26.4
pandas==2.2.2
joblib==1.4.2
scikit-learn==1.4.2
scipy==1.13.1
setuptools==69.5.1
wheel==0.43.0
pytest==7.4.4
streamlit

Github Link for frontend: https://github.com/Ayush04H/Loan-Predication/tree/main/packaging-ml--model/Loan_pred_frontend 

Github Link for whole file: https://github.com/Ayush04H/Loan-Predication/tree/main/packaging-ml--model 

All packages included in requirement.txt , query about importing the modular files are they creating conflict?

Upvotes: 0

Views: 16

Answers (0)

Related Questions