Error
Traceback (most recent call last):
File "/home/adminuser/venv/lib/python3.9/site-packages/streamlit/script_runner.py", line 354, in _run_script
exec(code, module.__dict__)
File "/mount/src/createch-24-streamlit/streamlit_compiled.py", line 17, in <module>
with open("predict_sentiment.pkl", "rb") as f:
FileNotFoundError: [Errno 2] No such file or directory: 'predict_sentiment.pkl'
App runs fine locally, but it not on deployent.