Update visualization.py
Browse files- visualization.py +1 -1
visualization.py
CHANGED
|
@@ -73,7 +73,7 @@ class Visualization:
|
|
| 73 |
st.pyplot(fig)
|
| 74 |
return fig
|
| 75 |
|
| 76 |
-
def build_tree_diagram(row):
|
| 77 |
dot = Digraph()
|
| 78 |
|
| 79 |
# Add the student's name as the first node
|
|
|
|
| 73 |
st.pyplot(fig)
|
| 74 |
return fig
|
| 75 |
|
| 76 |
+
def build_tree_diagram(self, row):
|
| 77 |
dot = Digraph()
|
| 78 |
|
| 79 |
# Add the student's name as the first node
|