nehalelkaref's picture
first push
0cb5d5e
raw
history blame
510 Bytes
<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>