FileNotFoundError: [Errno 2] No such file or directory: 'sentiment_model.joblib'

You you please share a link to the repository you are seeing this error from?

Most likely, there is a file sentiment_model.joblib that isn’t committed to the repository, or is in a different location than the code is expecting. Does that file exist, and is it in the same folder as your app.py?