diff --git a/PROJECT_STRUCTURE.md b/PROJECT_STRUCTURE.md index 0852838..9298fc0 100644 --- a/PROJECT_STRUCTURE.md +++ b/PROJECT_STRUCTURE.md @@ -268,8 +268,10 @@ │ ├── head_pose.cpython-311.pyc │ └── tutorial/ │ └── tutorial.html +├── app.py ├── calenderApp/ │ └── calender.html +├── cheat_detector_modelh5.py ├── contributor/ │ ├── contributor.css │ ├── contributor.html @@ -281,7 +283,10 @@ ├── modle.png ├── repo_structure.txt ├── requirements.txt +├── static/ +│ └── styles.css └── templates/ + ├── Imagesprocessing.html └── login.html ``` \ No newline at end of file diff --git a/repo_structure.txt b/repo_structure.txt index 29c87ac..aaf5eaf 100644 --- a/repo_structure.txt +++ b/repo_structure.txt @@ -264,8 +264,10 @@ │ ├── head_pose.cpython-311.pyc │ └── tutorial/ │ └── tutorial.html +├── app.py ├── calenderApp/ │ └── calender.html +├── cheat_detector_modelh5.py ├── contributor/ │ ├── contributor.css │ ├── contributor.html @@ -277,5 +279,8 @@ ├── modle.png ├── repo_structure.txt ├── requirements.txt +├── static/ +│ └── styles.css └── templates/ + ├── Imagesprocessing.html └── login.html \ No newline at end of file