Spaces:
Runtime error
Runtime error
Update templates/index.html
Browse files- templates/index.html +2 -2
templates/index.html
CHANGED
@@ -121,9 +121,9 @@
|
|
121 |
<div style="display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px;">
|
122 |
<!-- Imagen de flechas bidireccionales -->
|
123 |
<div style="flex-shrink: 0;">
|
124 |
-
<img src="{{ url_for('static', filename='bidirectional_arrows.
|
125 |
alt="Flechas Bidireccionales"
|
126 |
-
style="width:
|
127 |
</div>
|
128 |
|
129 |
<!-- Texto descriptivo -->
|
|
|
121 |
<div style="display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px;">
|
122 |
<!-- Imagen de flechas bidireccionales -->
|
123 |
<div style="flex-shrink: 0;">
|
124 |
+
<img src="{{ url_for('static', filename='bidirectional_arrows.jpeg') }}"
|
125 |
alt="Flechas Bidireccionales"
|
126 |
+
style="width: 30%; height: 30%;">
|
127 |
</div>
|
128 |
|
129 |
<!-- Texto descriptivo -->
|