Skip to content

Commit

Permalink
Revert "commented 1-5 , only good bad labels in ui"
Browse files Browse the repository at this point in the history
This reverts commit 38f26a9.
  • Loading branch information
sneccc committed Oct 30, 2023
1 parent 310eea3 commit 948224a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ <h2>{{ image}} [ {{ current_image_index }} ]</h2>
<input type="hidden" name="col" value="label">
<input type="hidden" name="val" value="1">
</form>
<!-- <form action="{{ url_for('assign_metadata', image_name=image) }}" method="post">
<form action="{{ url_for('assign_metadata', image_name=image) }}" method="post">
<input type="submit" value="1" class="score-image-button btn">
<input type="hidden" name="show" value="False">
<input type="hidden" name="col" value="score">
Expand Down Expand Up @@ -159,7 +159,7 @@ <h2>{{ image}} [ {{ current_image_index }} ]</h2>
<input type="hidden" name="show" value="True">
<input type="hidden" name="col" value="flag">
<input type="hidden" name="val" value="1">
</form> -->
</form>

</div>
{% endif %}
Expand Down

0 comments on commit 948224a

Please sign in to comment.