I got this error while trying to deploy my streamlit app
2023-06-17 08:35:46.977 Uncaught app exception
Traceback (most recent call last):
File "/home/appuser/venv/lib/python3.9/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 552, in _run_script
exec(code, module.__dict__)
File "/app/crop_yield_prediction/app.py", line 3, in <module>
from streamlit_option_menu import option_menu
ModuleNotFoundError: No module named 'streamlit_option_menu'