NetsPresso_QA / scripts /repro_matrix /miracl_html_table.template
geonmin-kim's picture
Upload folder using huggingface_hub
d6585f5
raw
history blame contribute delete
858 Bytes
<div class="table-responsive">
<table class="table">
<thead>
<tr>
<th scope="col"></th>
<th scope="col">$desc</th>
<th scope="col">ar</th>
<th scope="col">bn</th>
<th scope="col">en</th>
<th scope="col">es</th>
<th scope="col">fa</th>
<th scope="col">fi</th>
<th scope="col">fr</th>
<th scope="col">hi</th>
<th scope="col">id</th>
<th scope="col">ja</th>
<th scope="col">ko</th>
<th scope="col">ru</th>
<th scope="col">sw</th>
<th scope="col">te</th>
<th scope="col">th</th>
<th scope="col">zh</th>
<th scope="col">de</th>
<th scope="col">yo</th>
<th scope="col"></th>
<th scope="col">avg</th>
</tr>
</thead>
<tbody>
$rows
</tbody>
</table>
</div>