From 90dc71ff2490a7d17dfe4e493a6fac9c89675434 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2024 03:30:02 +0000 Subject: [PATCH] Update repo structure --- PROJECT_STRUCTURE.md | 5 +++++ repo_structure.txt | 5 +++++ 2 files changed, 10 insertions(+) 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