hi, I keep on getting this error again and again.
" ImportError: 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.11/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 584, in _run_script
exec(code, module.__dict__)File "/mount/src/football-fury/app.py", line 8, in <module>
from model import callbackFile "/mount/src/football-fury/model.py", line 4, in <module>
import cv2
```"
1. link to the public app (https://football-fury.streamlit.app/).
2. link to app's public GitHub repository (including a [requirements file](https://github.com/AliNaqvi110/Football-Fury/tree/main)).
3. Share the full text of the error message ( ImportError: 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.11/site-packages/streamlit/runtime/scriptrunner/script_runner.py”, line 584, in _run_script
exec(code, module.dict)File “/mount/src/football-fury/app.py”, line 8, in
from model import callbackFile “/mount/src/football-fury/model.py”, line 4, in
import cv2
4. I have tried to include opencv-python-headless instead of opencv-python. but still couldn't resolve it.