Spaces:
Running
Running
Fix renaming of image
Browse files- chart_groups.py +1 -1
chart_groups.py
CHANGED
@@ -67,7 +67,7 @@ correlation_intro_text = """
|
|
67 |
correlation_chart_group = ChartGroup(
|
68 |
name="Correlation",
|
69 |
pages=pages.correlation.pages,
|
70 |
-
incomplete_pages=[IncompletePage("
|
71 |
icon="Bubble Chart",
|
72 |
intro_text=correlation_intro_text,
|
73 |
)
|
|
|
67 |
correlation_chart_group = ChartGroup(
|
68 |
name="Correlation",
|
69 |
pages=pages.correlation.pages,
|
70 |
+
incomplete_pages=[IncompletePage("Correlation matrix")],
|
71 |
icon="Bubble Chart",
|
72 |
intro_text=correlation_intro_text,
|
73 |
)
|