Skip to content

Commit a2f5adb

Browse files
Update README.md
1 parent c80de9d commit a2f5adb

File tree

1 file changed

+0
-39
lines changed

1 file changed

+0
-39
lines changed

README.md

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,6 @@
11

22

33

4-
<!DOCTYPE html>
5-
<html>
6-
<head>
7-
<meta name="viewport" content="width=device-width, initial-scale=1">
8-
<style>
9-
body {
10-
padding: 25px;
11-
background-color: white;
12-
color: black;
13-
font-size: 25px;
14-
}
15-
16-
.dark-mode {
17-
background-color: black;
18-
color: white;
19-
}
20-
</style>
21-
</head>
22-
<body>
23-
24-
25-
26-
27-
28-
29-
304

315

326
# Depression-Detection-System-Using-Machine-Learning
@@ -54,22 +28,9 @@ SYSTEM REQUIREMENT
5428
DOWNLOAD THE PROJECT REPORT ➡️
5529

5630

57-
<button onclick="myFunction()">Toggle dark mode</button>
5831

5932

6033

6134
📁 [Depression Detection System Using Machine Learning Report SM G1.pdf](https://github.com/SUBHADIPMAITI-DEV/Depression-Detection-System-Using-Machine-Learning/files/10097750/Depression.Detection.System.Using.Machine.Learning.Report.SM.G1.pdf)
6235

6336

64-
65-
<button onclick="myFunction()">Toggle dark mode</button>
66-
67-
<script>
68-
function myFunction() {
69-
var element = document.body;
70-
element.classList.toggle("dark-mode");
71-
}
72-
</script>
73-
74-
</body>
75-
</html>

0 commit comments

Comments
 (0)