Spaces:
Running
Running
<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> |