Skip to content

Commit 30811d7

Browse files
committed
2 parents 032c0c9 + 1bf3910 commit 30811d7

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ This repository is based on the flask framework web application, with the help o
44

55
## File Structure
66

7-
📦Spam-comment-detector-with-flask
8-
┣ 📂static
9-
┃ ┗ 📂js
10-
┃ ┣ 📜app.js
11-
┃ ┣ 📜form.js
12-
┃ ┗ 📜particles.js
13-
┣ 📂templates
14-
┃ ┗ 📜form.html
15-
┣ 📜SPAM.csv
16-
┣ 📜app.py
17-
┗ 📜requirements.txt
7+
📦Spam-comment-detector-with-flask <br>
8+
┣ 📂static<br>
9+
┃ ┗ 📂js<br>
10+
┣ 📜app.js<br>
11+
┃ ┣ 📜form.js<br>
12+
┃ ┗ 📜particles.js<br>
13+
┣ 📂templates<br>
14+
┃ ┗ 📜form.html<br>
15+
┣ 📜SPAM.csv<br>
16+
┣ 📜app.py<br>
17+
┗ 📜requirements.txt<br>
1818

1919
## Flask
2020

@@ -67,8 +67,8 @@ in practice, fractional counts such as tf-idf may also work.
6767

6868
### GUI
6969

70-
<img title="" src="file:///guiimages/mainscreen.png" alt="">
71-
72-
<img title="" src="file:///guiimages/spamscreen.png" alt="">
73-
74-
<img title="" src="file:///guiimages/hamscreen.png" alt="">
70+
<img title="" src="/guiimages/mainscreen.png" alt="">
71+
<br>
72+
<img title="" src="/guiimages/spamscreen.png" alt="">
73+
<br>
74+
<img title="" src="/guiimages/hamscreen.png" alt="">

0 commit comments

Comments
 (0)