Spaces:
Sleeping
Sleeping
Commit
·
421ed20
1
Parent(s):
f4f78e7
Update templates/buscador_admision.html
Browse files
templates/buscador_admision.html
CHANGED
@@ -98,7 +98,7 @@
|
|
98 |
<input type="search" name="busqueda" placeholder="Escriba aquí la búsqueda a realizar" style="box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2); width: 80%; border: 3px solid black; border-radius: 10px; font-size: 1.5rem; height: 50px;" required="required">
|
99 |
<button type="submit" class="btn btn-primary btn-block btn-large" style="padding-bottom: 1%; width: 50px; background-color: rgb(0, 128, 255); border: 1px solid white; border-radius: 30%; box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2); height: 50px;"><img src="{{ user_image4 }}" alt="" style="max-width: 100%; height: 100%; padding-bottom: 0.5%;"></button>
|
100 |
</div>
|
101 |
-
|
102 |
{% for titulo,link in result_busqueda.items() %}
|
103 |
|
104 |
<!--<a href="/resultado_admision?link={{nid}}" >{{titulo}}</a>-->
|
|
|
98 |
<input type="search" name="busqueda" placeholder="Escriba aquí la búsqueda a realizar" style="box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2); width: 80%; border: 3px solid black; border-radius: 10px; font-size: 1.5rem; height: 50px;" required="required">
|
99 |
<button type="submit" class="btn btn-primary btn-block btn-large" style="padding-bottom: 1%; width: 50px; background-color: rgb(0, 128, 255); border: 1px solid white; border-radius: 30%; box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2); height: 50px;"><img src="{{ user_image4 }}" alt="" style="max-width: 100%; height: 100%; padding-bottom: 0.5%;"></button>
|
100 |
</div>
|
101 |
+
<b style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;">{{prediction_text}}</b>
|
102 |
{% for titulo,link in result_busqueda.items() %}
|
103 |
|
104 |
<!--<a href="/resultado_admision?link={{nid}}" >{{titulo}}</a>-->
|