<!DOCTYPE html> <html> <body> <h2>Ollama Multi-Prompt Arena</h2> <textarea id="prompt" rows="4" placeholder="Prompt"></textarea> <button id="run">Query Models</button> <div id="results"></div> <script src="/static/app.js"></script> </body> </html>
<!DOCTYPE html> <html> <body> <h2>Ollama Multi-Prompt Arena</h2> <textarea id="prompt" rows="4" placeholder="Prompt"></textarea> <button id="run">Query Models</button> <div id="results"></div> <script src="/static/app.js"></script> </body> </html>