Spaces:
Sleeping
Sleeping
LeireTedCas
commited on
Commit
•
03201a1
1
Parent(s):
e77521a
Update templates/buscador_uro1.html
Browse files- templates/buscador_uro1.html +10 -4
templates/buscador_uro1.html
CHANGED
@@ -100,12 +100,18 @@
|
|
100 |
<b style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;">{{prediction_text}}</b>
|
101 |
|
102 |
|
103 |
-
|
104 |
-
|
105 |
-
|
|
|
|
|
|
|
|
|
|
|
106 |
</div>
|
|
|
107 |
<br>
|
108 |
-
<
|
109 |
{% endfor %}
|
110 |
|
111 |
<b style="font-size: 1.5rem;font-family: Arial, Helvetica, sans-serif;">{{faq_titulo}}</b>
|
|
|
100 |
<b style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;">{{prediction_text}}</b>
|
101 |
|
102 |
|
103 |
+
<div style="display: flex; align-items: center; margin-bottom: 10px; width: 100%;">
|
104 |
+
|
105 |
+
<!--<img src="{{ abrir }}" alt="Imagen" style="max-width: 40px; max-height: 40px; margin-right: 10px;">-->
|
106 |
+
|
107 |
+
<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='/resultado_uro?link={{nid}}'">
|
108 |
+
<strong style="font-size: 2.5rem; font-family: Arial, Helvetica, sans-serif;">{{ titulo }}</strong>
|
109 |
+
<!--<strong style="font-size: 2.5rem; font-family: Arial, Helvetica, sans-serif;">{{ titulo }}</strong>-->
|
110 |
+
|
111 |
</div>
|
112 |
+
|
113 |
<br>
|
114 |
+
<hr style="width: 100%; margin: 0;">
|
115 |
{% endfor %}
|
116 |
|
117 |
<b style="font-size: 1.5rem;font-family: Arial, Helvetica, sans-serif;">{{faq_titulo}}</b>
|