ModuleNotFoundError: No module named 'app'

I am exhausted from trying to resolve this error. I am attempting to deploy a Streamlit app on AWS Elastic Beanstalk (EBS) and am encountering the following error:

Jan 21 15:33:27 ip-172-31-32-82 web[4844]: ModuleNotFoundError: No module named 'app'
Jan 21 15:33:27 ip-172-31-32-82 web[4844]: [2025-01-21 15:33:27 +0000] [4844] [INFO] Worker exiting (pid: 4844)
Jan 21 15:33:27 ip-172-31-32-82 web[4840]: [2025-01-21 15:33:27 +0000] [4840] [ERROR] Worker (pid:4844) exited with code 3
Jan 21 15:33:27 ip-172-31-32-82 web[4840]: [2025-01-21 15:33:27 +0000] [4840] [ERROR] Shutting down: Master
Jan 21 15:33:27 ip-172-31-32-82 web[4840]: [2025-01-21 15:33:27 +0000] [4840] [ERROR] Reason: Worker failed to boot.

Please Help me !
code file : https://github.com/mak-rayate/mycode.git