File size: 217 Bytes
051964b
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
<head>
    <title>Result</title>
</head>
<body>
    <h1>Result</h1>
    <p>Input Text: {{ text }}</p>
    <p>Predicted Language: {{ prediction }}</p>
    <a href="/">Go Back</a>
</body>
</html>