Spaces:
Sleeping
Sleeping
Commit
·
e918079
1
Parent(s):
a37094d
Upload index.html
Browse files- adapters/index.html +19 -0
adapters/index.html
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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>
|