Upload templates/index.html with huggingface_hub
Browse files- templates/index.html +1 -1
templates/index.html
CHANGED
|
@@ -95,6 +95,7 @@ table.bead-table { font-size: .82rem; }
|
|
| 95 |
</div>
|
| 96 |
</form>
|
| 97 |
|
|
|
|
| 98 |
<!-- Donor HLA -->
|
| 99 |
<div class="no-print mb-3">
|
| 100 |
<div class="card">
|
|
@@ -168,7 +169,6 @@ table.bead-table { font-size: .82rem; }
|
|
| 168 |
</div>
|
| 169 |
</div>
|
| 170 |
|
| 171 |
-
{% if result_pra1 or result_pra2 %}
|
| 172 |
{% if patient_name or patient_id %}
|
| 173 |
<div class="text-center mb-3">
|
| 174 |
<h4 class="mb-0">{{ patient_name }}{% if patient_id %} <span class="text-muted small">({{ patient_id }})</span>{% endif %}</h4>
|
|
|
|
| 95 |
</div>
|
| 96 |
</form>
|
| 97 |
|
| 98 |
+
{% if result_pra1 or result_pra2 %}
|
| 99 |
<!-- Donor HLA -->
|
| 100 |
<div class="no-print mb-3">
|
| 101 |
<div class="card">
|
|
|
|
| 169 |
</div>
|
| 170 |
</div>
|
| 171 |
|
|
|
|
| 172 |
{% if patient_name or patient_id %}
|
| 173 |
<div class="text-center mb-3">
|
| 174 |
<h4 class="mb-0">{{ patient_name }}{% if patient_id %} <span class="text-muted small">({{ patient_id }})</span>{% endif %}</h4>
|