LeireTedCas commited on
Commit
f8750e9
1 Parent(s): 14bf4c6

Update templates/buscador_uro1.html

Browse files
Files changed (1) hide show
  1. templates/buscador_uro1.html +3 -3
templates/buscador_uro1.html CHANGED
@@ -103,9 +103,9 @@
103
  <br>-->
104
 
105
 
106
- <b style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;">{{prediction_text}}</b>
107
 
108
-
109
  <div style="display: flex; align-items: center; margin-bottom: 10px; width: 100%;">
110
 
111
  <!--<img src="{{ abrir }}" alt="Imagen" style="max-width: 40px; max-height: 40px; margin-right: 10px;">-->
@@ -118,7 +118,7 @@
118
 
119
  <br>
120
  <hr style="width: 100%; margin: 0;">
121
-
122
 
123
  <b style="font-size: 1.5rem;font-family: Arial, Helvetica, sans-serif;">{{faq_titulo}}</b>
124
  <br>
 
103
  <br>-->
104
 
105
 
106
+ <!--<b style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;">{{prediction_text}}</b>-->
107
 
108
+ {% for nid,titulo in result_busqueda.items() %}
109
  <div style="display: flex; align-items: center; margin-bottom: 10px; width: 100%;">
110
 
111
  <!--<img src="{{ abrir }}" alt="Imagen" style="max-width: 40px; max-height: 40px; margin-right: 10px;">-->
 
118
 
119
  <br>
120
  <hr style="width: 100%; margin: 0;">
121
+ {% endfor %}
122
 
123
  <b style="font-size: 1.5rem;font-family: Arial, Helvetica, sans-serif;">{{faq_titulo}}</b>
124
  <br>