Skip to content

Commit f0a6f5d

Browse files
committed
move about card
1 parent 9453d89 commit f0a6f5d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

templates/card.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ <h1 class="h1 mb-3">{{ model_name }}</h1>
2727
</div>
2828
<img src="/images/svg/stopwatch.svg" alt="Stopwatch" class="h-6 w-6">
2929
</div>
30-
{% if model_in_playground %}
31-
<a class="btn-primary" href="https://playground.roboflow.com" style="grid-column: span 2;text-align: center;align-content: center;"><div>Test {{ model_name }} in our Model Playground</div><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256"><rect width="256" height="256" fill="none"/><polygon points="160 16 144 96 208 120 96 240 112 160 48 136 160 16" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/></svg></a>
32-
{% endif %}
3330
{% if model_description %}
3431
<div class="card col-span-2">
3532
<h2 class="h2 mb-3">About {{ model_name }}</h2>
3633
{{ model_description }}
3734
</div>
3835
{% endif %}
36+
{% if model_in_playground %}
37+
<a class="btn-primary" href="https://playground.roboflow.com" style="grid-column: span 2;text-align: center;align-content: center;"><div>Test {{ model_name }} in our Model Playground</div><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256"><rect width="256" height="256" fill="none"/><polygon points="160 16 144 96 208 120 96 240 112 160 48 136 160 16" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/></svg></a>
38+
{% endif %}
3939
</div>
4040
</section>
4141

0 commit comments

Comments
 (0)