Added top-k filtering to webapp. Minor README adjustments.

This commit is contained in:
2026-06-13 13:50:57 -04:00
parent c56e40c516
commit 2c5d683a72
4 changed files with 75 additions and 13 deletions
+19
View File
@@ -362,6 +362,25 @@ button.secondary:hover {
}
.advanced-opts {
margin-top: 0.5rem;
}
.advanced-opts summary {
cursor: pointer;
font-size: 0.78rem;
color: var(--muted);
user-select: none;
}
.advanced-opts summary:hover {
color: var(--highlight);
}
.advanced-opts label {
margin-top: 0.6rem;
}
.field-help {
display: block;
margin-top: 0.35rem;