Spaces:
Runtime error
Runtime error
Update clustering.py
Browse files- clustering.py +0 -7
clustering.py
CHANGED
@@ -752,13 +752,6 @@ def plot_sankey(labels, source, target, values, comments, width=None, height=Non
|
|
752 |
template="plotly_dark",
|
753 |
)
|
754 |
|
755 |
-
fig.add_annotation(
|
756 |
-
text="Flechas bidireccionales indican relaciones entre categorías.",
|
757 |
-
xref="paper", yref="paper",
|
758 |
-
x=0.5, y=1.1, showarrow=False,
|
759 |
-
font=dict(size=12)
|
760 |
-
)
|
761 |
-
|
762 |
return fig
|
763 |
|
764 |
|
|
|
752 |
template="plotly_dark",
|
753 |
)
|
754 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
755 |
return fig
|
756 |
|
757 |
|