Spaces:
Running
Running
File size: 340 Bytes
385b968 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>AI Content Detection</title>
</head>
<body>
<h1>AI Content Detection</h1>
<form action="/detect" method="post">
<textarea name="content" rows="10" cols="50"></textarea>
<br>
<input type="submit" value="Submit">
</form>
</body>
</html> |