File size: 285 Bytes
051964b
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
<head>
    <title>Language Prediction</title>
</head>
<body>
    <h1>Language Prediction</h1>
    <form method="post">
        <textarea name="text" rows="4" cols="50"></textarea><br><br>
        <input type="submit" value="Predict">
    </form>
</body>
</html>