Spaces:
Sleeping
Sleeping
File size: 510 Bytes
26ce2b9 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
<main>
<section id="text-gen">
<h2>Region Detection</h2>
<body>
<div align="center" class="bg-info">
<h1>Spam detector for Youtube comments</h1></div>
<div class="big" align="center">
<form action="{{url_for('classify')}}" method="POST">
<h3>Enter Your Text Here</h3>
<textarea name="comment" rows="4" cols="50"></textarea>
<br>
<input type="submit" name="" value="Predict" class="btn btn-info">
</form>
</div>
</body>
</section>
</main> |