Spaces:
Runtime error
Runtime error
Update templates/buscador_trauma.html
Browse files
templates/buscador_trauma.html
CHANGED
@@ -46,11 +46,18 @@
|
|
46 |
<hr/>
|
47 |
<h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.8rem;">Barra de busqueda:</h2>
|
48 |
<form action="{{url_for('buscador_trauma')}}" method="post">
|
49 |
-
|
50 |
|
51 |
|
52 |
<button type="submit" class="btn btn-primary btn-block btn-large" style="padding-bottom: 1%;width:4%;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);"> <img src="{{ user_image4 }}" alt="" style="max-width:100%;padding-bottom: 0.5%;"> </button>
|
53 |
-
<br
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
54 |
|
55 |
<b style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;">{{prediction_text}}</b>
|
56 |
{% for nid,titulo in result_busqueda.items() %}
|
|
|
46 |
<hr/>
|
47 |
<h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.8rem;">Barra de busqueda:</h2>
|
48 |
<form action="{{url_for('buscador_trauma')}}" method="post">
|
49 |
+
<!--<input type="search" name="busqueda" placeholder="Escriba aquí la busqueda a realizar" style="box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);width: 70%; border:3px solid black; border-radius: 10px;font-size: 1.5rem;" required="required">
|
50 |
|
51 |
|
52 |
<button type="submit" class="btn btn-primary btn-block btn-large" style="padding-bottom: 1%;width:4%;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);"> <img src="{{ user_image4 }}" alt="" style="max-width:100%;padding-bottom: 0.5%;"> </button>
|
53 |
+
<br>-->
|
54 |
+
<div class="input-container">
|
55 |
+
<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: 70%; border: 3px solid black; border-radius: 10px; font-size: 1.5rem; height: 50px;" required="required">
|
56 |
+
<button type="submit" class="btn btn-primary btn-block btn-large" style="padding-bottom: 1%; width: 30%; 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>
|
57 |
+
</div>
|
58 |
+
|
59 |
+
|
60 |
+
|
61 |
|
62 |
<b style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;">{{prediction_text}}</b>
|
63 |
{% for nid,titulo in result_busqueda.items() %}
|