ProfessorLeVesseur commited on
Commit
c18ccd9
·
verified ·
1 Parent(s): a0a1ad9

Update visualization.py

Browse files
Files changed (1) hide show
  1. 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