I get an error for a not found module on my deployed website

2.

ModuleNotFoundError: 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 "/home/adminuser/venv/lib/python3.9/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 534, in _run_script
    exec(code, module.__dict__)File "/mount/src/chemistry-machine/second.py", line 2, in <module>
    from streamlit_option_menu import option_menu

python = 3.12.1
streamlit = 1.29.0

im new to python and all this stuff so excuses if its so obvious

For me app is working fine