FileNotFoundError: This app has encountered an error. The original error message is redacted to prevent data leaks. Full error details have been recorded in the logs (if you're on Streamlit Cloud, click on 'Manage app' in the lower right of your app)

Hello, please help me encounter the issue as this is my first time deploy my project. The details are as below:
FileNotFoundError: This app has encountered an error. The original error message is redacted to prevent data leaks. Full error details have been recorded in the logs (if you’re on Streamlit Cloud, click on ‘Manage app’ in the lower right of your app).

Traceback:

File "/mount/src/student-achievement-predictions/MLPROJECT/user_interface.py", line 11, in <module>
    clf = joblib.load('model.pkl')
          ^^^^^^^^^^^^^^^^^^^^^^^^File "/home/adminuser/venv/lib/python3.12/site-packages/joblib/numpy_pickle.py", line 650, in load
    with open(filename, 'rb') as f:
         ^^^^^^^^^^^^^^^^^^^^

you can check my github repository here: Student-Achievement-Predictions/MLPROJECT at main · Mayaalee/Student-Achievement-Predictions · GitHub

Use paths relative to the root of the repository.

"MLPROJECT/model.pkl"

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.