nehalelkaref commited on
Commit
7388882
·
1 Parent(s): 28ed62d

Delete templates/home.html

Browse files
Files changed (1) hide show
  1. templates/home.html +0 -19
templates/home.html DELETED
@@ -1,19 +0,0 @@
1
- <main>
2
- <section id="text-gen">
3
- <h2>Region Detection</h2>
4
-
5
- <body>
6
-
7
- <div align="center" class="bg-info">
8
- <h1>Spam detector for Youtube comments</h1></div>
9
- <div class="big" align="center">
10
- <form action="{{url_for('classify')}}" method="POST">
11
- <h3>Enter Your Text Here</h3>
12
- <textarea name="comment" rows="4" cols="50"></textarea>
13
- <br>
14
- <input type="submit" name="" value="Predict" class="btn btn-info">
15
- </form>
16
- </div>
17
- </body>
18
- </section>
19
- </main>