LeireTedCas commited on
Commit
c60c28a
1 Parent(s): efbe879

Update templates/buscador_uro1.html

Browse files
Files changed (1) hide show
  1. templates/buscador_uro1.html +3 -7
templates/buscador_uro1.html CHANGED
@@ -95,7 +95,6 @@
95
  </div>
96
  </h2>
97
  </div>
98
- <h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.8rem;">Barra de busqueda:</h2>
99
  <form action="{{url_for('buscador_uro')}}" method="post">
100
  <!--<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: 50%; border:2% solid black; border-radius: 0.5rem;font-size: 1.5rem;" required="required">
101
 
@@ -103,10 +102,7 @@
103
  <button type="submit" class="btn btn-primary btn-block btn-large" style="padding-bottom: 1%;width:4%;background-color: rgb(0, 128, 255);border:solid white; border-radius: 0.8rem;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>
104
  <br>-->
105
 
106
- <div class="input-container">
107
- <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">
108
- <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; vertical-align: middle;"><img src="{{ user_image4 }}" alt="" style="max-width: 100%; height: 100%; padding-bottom: 0.5%;"></button>
109
- </div>
110
  <b style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;">{{prediction_text}}</b>
111
 
112
 
@@ -122,7 +118,7 @@
122
 
123
  <br>
124
  <hr style="width: 100%; margin: 0;">
125
- {% endfor %}
126
 
127
  <b style="font-size: 1.5rem;font-family: Arial, Helvetica, sans-serif;">{{faq_titulo}}</b>
128
  <br>
@@ -151,6 +147,6 @@
151
 
152
 
153
 
154
- </div>
155
  </body>
156
  </html>
 
95
  </div>
96
  </h2>
97
  </div>
 
98
  <form action="{{url_for('buscador_uro')}}" method="post">
99
  <!--<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: 50%; border:2% solid black; border-radius: 0.5rem;font-size: 1.5rem;" required="required">
100
 
 
102
  <button type="submit" class="btn btn-primary btn-block btn-large" style="padding-bottom: 1%;width:4%;background-color: rgb(0, 128, 255);border:solid white; border-radius: 0.8rem;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>
103
  <br>-->
104
 
105
+
 
 
 
106
  <b style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;">{{prediction_text}}</b>
107
 
108
 
 
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>
 
147
 
148
 
149
 
150
+
151
  </body>
152
  </html>