Spaces:
Sleeping
Sleeping
LeireTedCas
commited on
Commit
•
9621491
1
Parent(s):
03201a1
Update templates/escuchar_admision.html
Browse files
templates/escuchar_admision.html
CHANGED
@@ -98,12 +98,26 @@
|
|
98 |
|
99 |
<b style="font-size: 1.4rem;font-family: Arial, Helvetica, sans-serif;">{{prediction_text}}</b>
|
100 |
{% for titulo,link in result_busqueda.items() %}
|
101 |
-
|
102 |
-
|
103 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
104 |
<br>
|
|
|
105 |
{% endfor %}
|
106 |
|
|
|
|
|
|
|
|
|
107 |
<b style="font-size: 1.5rem;font-family: Arial, Helvetica, sans-serif;">{{faq_titulo}}</b>
|
108 |
<br>
|
109 |
<br>
|
|
|
98 |
|
99 |
<b style="font-size: 1.4rem;font-family: Arial, Helvetica, sans-serif;">{{prediction_text}}</b>
|
100 |
{% for titulo,link in result_busqueda.items() %}
|
101 |
+
<div style="display: flex; align-items: center; margin-bottom: 10px; width: 100%;">
|
102 |
+
|
103 |
+
<!--<img src="{{ abrir }}" alt="Imagen" style="max-width: 40px; max-height: 40px; margin-right: 10px;">-->
|
104 |
+
|
105 |
+
<input type="button" value="" style="background-color: white; font-size: 2.5rem; width: 60px; height: 60px; margin-right: 10px; padding-left: 50px; background-image: url('{{ abrir }}'); background-repeat: no-repeat; background-size: 40px 40px; background-position: center;" onclick="location.href='{{ link }}'">
|
106 |
+
<strong style="font-size: 2.5rem; font-family: Arial, Helvetica, sans-serif;">{{ titulo }}</strong>
|
107 |
+
<!--<strong style="font-size: 2.5rem; font-family: Arial, Helvetica, sans-serif;">{{ titulo }}</strong>-->
|
108 |
+
|
109 |
+
</div>
|
110 |
+
<!--<div class="text2">
|
111 |
+
<a href="{{link}}" >{{titulo}}</a>
|
112 |
+
</div>-->
|
113 |
<br>
|
114 |
+
<hr style="width: 100%; margin: 0;">
|
115 |
{% endfor %}
|
116 |
|
117 |
+
<!--<a href="{{link}}" style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;">{{titulo}}</a>
|
118 |
+
<br>
|
119 |
+
<br>-->
|
120 |
+
|
121 |
<b style="font-size: 1.5rem;font-family: Arial, Helvetica, sans-serif;">{{faq_titulo}}</b>
|
122 |
<br>
|
123 |
<br>
|