TextModSimple / index.html
DarwinAnim8or's picture
Create index.html
86ffda0
raw
history blame
No virus
368 Bytes
<!-- 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>