Spaces:
Runtime error
Runtime error
<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> |