Spaces:
Sleeping
Sleeping
LeireTedCas
commited on
Commit
•
16977a5
1
Parent(s):
e846bbe
Update templates/buscador_trauma.html
Browse files
templates/buscador_trauma.html
CHANGED
@@ -98,7 +98,7 @@
|
|
98 |
<b style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;">{{prediction_text}}</b>
|
99 |
{% for nid,titulo in result_busqueda.items() %}
|
100 |
|
101 |
-
<a href="
|
102 |
<br>
|
103 |
<br>
|
104 |
{% endfor %}
|
|
|
98 |
<b style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;">{{prediction_text}}</b>
|
99 |
{% for nid,titulo in result_busqueda.items() %}
|
100 |
|
101 |
+
<a href="/resultado_trauma?link={{nid}}">{{titulo}}</a>
|
102 |
<br>
|
103 |
<br>
|
104 |
{% endfor %}
|