Skip to content

Commit

Permalink
Fix for voting on multiple docs in the same eval page
Browse files Browse the repository at this point in the history
  • Loading branch information
jakep-allenai committed Oct 2, 2024
1 parent 73fb81e commit 5703a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdelfin/eval/evalhtml_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ <h1>Text Evaluation Review</h1>

<div class="container">
{% for entry in entries %}
<div class="entry {{ entry.gold_class }} {{ entry.eval_class }}" data-entry-id="{{ entry.s3_path | replace('/', '_') }}">
<div class="entry {{ entry.gold_class }} {{ entry.eval_class }}" data-entry-id="{{ entry.s3_path | replace('/', '_') }}_{{ entry.page }}">
<div class="image-container">
<img src="data:image/png;base64,{{ entry.page_image }}" alt="Render">

Expand Down

0 comments on commit 5703a59

Please sign in to comment.