Spaces:
Runtime error
Runtime error
Update templates/index.html
Browse files- templates/index.html +9 -3
templates/index.html
CHANGED
@@ -117,9 +117,15 @@
|
|
117 |
<div id="sankey-graph">
|
118 |
{% if sankey_graph %}
|
119 |
<h2>Gr谩fico de Sankey</h2>
|
120 |
-
<
|
121 |
-
|
122 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
123 |
</div>
|
124 |
</div>
|
125 |
</body>
|
|
|
117 |
<div id="sankey-graph">
|
118 |
{% if sankey_graph %}
|
119 |
<h2>Gr谩fico de Sankey</h2>
|
120 |
+
<div style="position: relative; display: inline-block; text-align: center;">
|
121 |
+
<img src="{{ url_for('static', filename='bidirectional_arrows.png') }}"
|
122 |
+
alt="Flechas Bidireccionales"
|
123 |
+
style="position: absolute; top: -50px; left: 50%; transform: translateX(-50%); width: 30%; max-width: 400px; z-index: 1;">
|
124 |
+
<div style="position: relative; z-index: 0;">
|
125 |
+
{{ sankey_graph | safe }}
|
126 |
+
</div>
|
127 |
+
</div>
|
128 |
+
{% endif %}
|
129 |
</div>
|
130 |
</div>
|
131 |
</body>
|