diff options
| -rw-r--r-- | claude-julia/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/claude-julia/index.html b/claude-julia/index.html index 087b9f5..75082ac 100644 --- a/claude-julia/index.html +++ b/claude-julia/index.html @@ -2,7 +2,7 @@ <link rel="stylesheet" href="/style.css" /> <script src="/client.js"></script> <h1>Claude: the Julia afficianado</h1> -<p style="margin: 0 30pt; color: #a00;"><b>Security notes:</b> do not consider anything submitted here to be private. Also, there are no guards in place against prompt injection, beyond whatever Claude appears to have built-in.</p> +<p style="margin: 0 30pt; color: #a00;">You paste code in; Claude will suggest optimizations. <b>Security notes:</b> do not consider anything submitted here to be private. Also, there are no guards in place against prompt injection, beyond whatever Claude appears to have built-in.</p> <div id="request"> <textarea id="code" name="code" placeholder="# Paste Julia code here"> </textarea> |
