I was running my python project in streamlit but am getting this error
Traceback:
File "C:\Users\Chinmay\AppData\Local\Programs\Python\Python310\lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 556, in _run_script
exec(code, module.__dict__)
File "C:\Users\Chinmay\Desktop\project15\app.py", line 24, in <module>
movies_dict = pickle.load(open('movies_dict.pkl', 'rb'))