Spaces:
Sleeping
Sleeping
<!-- index.html --> | |
<html> | |
<head> | |
<title>Text Classification</title> | |
</head> | |
<body> | |
<h1>Text Classification with Huggingface</h1> | |
<form action="/classify" method="post"> | |
<label for="text">Enter some text:</label> | |
<input type="text" id="text" name="text" required> | |
<button type="submit">Classify</button> | |
</form> | |
</body> | |
</html> | |