File size: 575 Bytes
811d51e | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | <!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>
|