Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
josephrocca authored Jan 11, 2024
1 parent 6624994 commit a52a4fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ <h1 style="font-size:1rem;">Sort/search images using OpenAI's CLIP in your brows
<button id="searchBtn" onclick="searchSort()">search</button> max results: <input id="maxResultsEl" type="number" value="100" style="width:50px;"> skip first: <input title="skip over this many of the most relevant results" id="skipFirstResultsNumEl" type="number" value="0" style="width:50px;"> score-based visibility: <button onclick="scoreBasedVisibilityCtnEl.style.display=''; this.remove();">enable</button>
<div id="searchNoteEl" style="font-size:80%;"></div>
<div id="scoreBasedVisibilityCtnEl" style="display:none;">
<textarea id="scoreBasedVisibilityRulesInputEl" style="width:100%; height:180px; white-space:nowrap;" placeholder="skip:>0.25:blue cat&#10;skip:&lt;0.21:elephant"></textarea>
<textarea id="scoreBasedVisibilityRulesInputEl" style="width:100%; height:180px; white-space:nowrap;" placeholder="mouse hover here to show examples of syntax - one filter rule per line" title="skip:>0.25:blue cat&#10;skip:&lt;0.21:elephant"></textarea>
</div>
</div>
</div>
Expand Down

0 comments on commit a52a4fc

Please sign in to comment.