Skip to content

Commit

Permalink
add authorship to failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
capjamesg committed Jan 30, 2024
1 parent 60f2427 commit a2d0d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ <h3><span class="explainer_icon far fa-image"></span>Image</h3>
<img class="test_image" src="{{ test_data.image }}" alt="Image of the input into GPT-4" />
<h3><span class="explainer_icon far fa-sparkles"></span>Result</h3>
<pre>{{current_results[test_id].result}}</pre>
<p class="subtitle" style="margin-top: 16px; text-align: center">Test submitted by <a href="https://roboflow.com/" target="_blank">Roboflow</a></p>
<p class="subtitle" style="margin-top: 16px; text-align: center">Test submitted by <a href="{{ test_data.author_url }}" target="_blank">{{ test_data.author_name }}</a></p>
</div>
</div>
</div>
Expand Down

0 comments on commit a2d0d7f

Please sign in to comment.