LeireTedCas commited on
Commit
f5d983e
1 Parent(s): 946b9e3

Update templates/buscador_admision.html

Browse files
Files changed (1) hide show
  1. templates/buscador_admision.html +4 -3
templates/buscador_admision.html CHANGED
@@ -34,13 +34,14 @@
34
  max-height: 100%;
35
  }
36
  .img1 {
37
- max-width: 25%;
38
  height: auto;
39
- background-color: #fff;
40
  }
41
  .img2 {
42
  max-width: 75%;
43
  height: auto;
 
44
  }
45
  .text {
46
  font-size: 36px; /* Tamaño de letra deseado */
@@ -99,7 +100,7 @@
99
 
100
  <div class="input-container" style="display: flex; align-items: center;">
101
  <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">
102
- <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>
103
  </div>
104
  <b style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;">{{prediction_text}}</b>
105
  {% for titulo,link in result_busqueda.items() %}
 
34
  max-height: 100%;
35
  }
36
  .img1 {
37
+ max-width: 35%;
38
  height: auto;
39
+
40
  }
41
  .img2 {
42
  max-width: 75%;
43
  height: auto;
44
+ background-color: #fff;
45
  }
46
  .text {
47
  font-size: 36px; /* Tamaño de letra deseado */
 
100
 
101
  <div class="input-container" style="display: flex; align-items: center;">
102
  <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">
103
+ <button type="submit" class="btn btn-primary btn-block btn-large" style="padding-bottom: 10%; 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: auto%; height: 100%; padding-bottom: 10%;"></button>
104
  </div>
105
  <b style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;">{{prediction_text}}</b>
106
  {% for titulo,link in result_busqueda.items() %}