File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments