veritiana-ai's picture
Upload folder using huggingface_hub
811d51e verified
Raw
History Blame Contribute Delete
575 Bytes
<!doctype html>
<html lang="en">
<head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Veritiana Classifier Example</title></head>
<body>
<main>
<h1>Veritiana Prompt Classifier</h1>
<textarea id="prompt" rows="8">Refactor this authentication service, preserve API compatibility, migrate the database schema and add rollback tests.</textarea>
<button id="classify">Classify locally</button>
<pre id="result">Loading model…</pre>
</main>
<script type="module" src="/src/main.js"></script>
</body>
</html>