Spaces:
Runtime error
Runtime error
Update templates/buscador_trauma.html
Browse files
templates/buscador_trauma.html
CHANGED
|
@@ -117,7 +117,9 @@
|
|
| 117 |
<b style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;">{{prediction_text}}</b>
|
| 118 |
{% for nid,titulo in result_busqueda.items() %}
|
| 119 |
|
| 120 |
-
|
|
|
|
|
|
|
| 121 |
<br>
|
| 122 |
<br>
|
| 123 |
{% endfor %}
|
|
|
|
| 117 |
<b style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;">{{prediction_text}}</b>
|
| 118 |
{% for nid,titulo in result_busqueda.items() %}
|
| 119 |
|
| 120 |
+
<!--<a href="location.href='/resultado_trauma?link={{nid}}" style="font-size: 1.8rem;font-family: Arial, Helvetica, sans-serif;">{{titulo}}</a>-->
|
| 121 |
+
<a href="/resultado_trauma?link={{nid}}">{{titulo}}</a>
|
| 122 |
+
|
| 123 |
<br>
|
| 124 |
<br>
|
| 125 |
{% endfor %}
|