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).
File "/home/adminuser/venv/lib/python3.12/site-packages/streamlit/runtime/scriptrunner/exec_code.py", line 85, in exec_func_with_error_handling
result = func()
^^^^^^File "/home/adminuser/venv/lib/python3.12/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 576, in code_to_exec
exec(code, module.__dict__)File
![Screenshot (444)|690x388](upload://rNGklZD9xuEtiHMoUPQrWSybRVO.png)
"/mount/src/moviessentimentanalysis/SimpleRnn/main.py", line 3, in <module>
import tensorflow as tf
this error is generating
these are my system configuration
i have also added requirments.txt file with all the dependencies
plz help me