needle-playground / index.html
shreyask's picture
Upload folder using huggingface_hub
6c01099 verified
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Needle Playground (Browser)</title>
<script type="module" crossorigin src="/assets/index-Dh-E6L2Y.js"></script>
<link rel="modulepreload" crossorigin href="/assets/chunk-jRWAZmH_.js">
<link rel="stylesheet" crossorigin href="/assets/index-CENTWb2t.css">
</head>
<body>
<header class="topbar">
<div class="brand">🌵 <span class="brand-name">Cactus</span> <span class="brand-sub">Needle Playground</span></div>
</header>
<main class="grid">
<section class="pane tools-pane">
<div class="pane-header">
<span>Tools JSON</span>
<span class="loading-indicator" id="status">loading model…</span>
</div>
<textarea id="tools" class="mono" spellcheck="false"></textarea>
<div class="examples" id="examples"></div>
</section>
<section class="pane query-result-pane">
<div class="pane-header">
<span>Query</span>
<span class="model-indicator">encoder.onnx · decoder_step.onnx</span>
</div>
<input id="query" class="mono" type="text" autocomplete="off" />
<div class="pane-header"><span>Result</span></div>
<pre id="result" class="mono result-pane"></pre>
</section>
</main>
</body>
</html>