diff options
Diffstat (limited to 'web/index.html')
| -rw-r--r-- | web/index.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/web/index.html b/web/index.html index 6d7f23b..482b9a9 100644 --- a/web/index.html +++ b/web/index.html @@ -50,6 +50,12 @@ <hr class="form-divider"> <label>Name <input name="name" required></label> <label>Instructions <textarea name="instructions" rows="6" required></textarea></label> + <div class="validate-section"> + <button type="button" id="btn-validate" class="btn-secondary"> + Validate Instructions + </button> + <div id="validate-result" hidden></div> + </div> <label>Working Directory <input name="working_dir" placeholder="/path/to/repo"></label> <label>Model <input name="model" value="sonnet"></label> <label>Max Budget (USD) <input name="max_budget_usd" type="number" step="0.01" value="1.00"></label> |
