Skip to content

Commit 501a160

Browse files
committed
update html
1 parent 60e3dc0 commit 501a160

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

templates/form.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,18 @@
4242
</style>
4343
</head>
4444
<body>
45+
4546
<div id = "particles-js"></div>
47+
<br>
4648
<center>
4749
<script src="{{ url_for('static', filename='js/particles.js') }}"></script>
4850
<script src="{{ url_for('static', filename='js/app.js') }}"></script>
4951
<div class="fontsz">
5052
<div class="container">
51-
<br>
52-
Enter Comment
53+
Spam Comment Detector
5354
<form class="form-inline">
5455
<div class="form-group">
55-
<input type="text" class="form-control" id="nameInput" placeholder="Comment" style="height:40px;font-size:20pt;" size="40%">
56+
<input type="text" class="form-control" id="nameInput" placeholder="Type Here" style="height:40px;font-size:20pt;" size="40%">
5657
</div>
5758
</form>
5859
<div id="successAlert" class="alert alert-success" role="alert" style="display:none; width:50%;"></div>

0 commit comments

Comments
 (0)