Spaces:
Runtime error
Runtime error
Update templates/index.html
Browse files- templates/index.html +4 -3
templates/index.html
CHANGED
@@ -116,9 +116,10 @@
|
|
116 |
|
117 |
<div id="sankey-graph">
|
118 |
{% if sankey_graph %}
|
119 |
-
|
120 |
-
|
121 |
-
|
|
|
122 |
</div>
|
123 |
</div>
|
124 |
</body>
|
|
|
116 |
|
117 |
<div id="sankey-graph">
|
118 |
{% if sankey_graph %}
|
119 |
+
<h2>Gr谩fico de Sankey</h2>
|
120 |
+
<p>Este gr谩fico muestra la relaci贸n entre comentarios, indicando la transici贸n de particular a general. Las flechas bidireccionales reflejan las conexiones entre categor铆as.</p>
|
121 |
+
<div>{{ sankey_graph | safe }}</div>
|
122 |
+
{% endif %}
|
123 |
</div>
|
124 |
</div>
|
125 |
</body>
|