cspocketindia
first commit
01f65eb
raw
history blame
276 Bytes
<!DOCTYPE html>
<html>
<body>
<h1>Sentiment Prediction</h1>
<form action = "/predict" method = "POST">
<input type = "text" name = "text" /></p>
<p><input type = "submit" value = "PREDICT" /></p>
</form>
</body>
</html>