ProfessorLeVesseur
commited on
Commit
•
5d9323d
1
Parent(s):
3e07f55
Update visualization.py
Browse files- visualization.py +1 -1
visualization.py
CHANGED
@@ -112,7 +112,7 @@ class Visualization:
|
|
112 |
dot.edge("Q2", "A2", label="No")
|
113 |
else:
|
114 |
# If engagement is 80% or more, add the final action node
|
115 |
-
dot.node("A3", "Consider
|
116 |
dot.edge("Q2", "A3", label="Yes")
|
117 |
|
118 |
return dot
|
|
|
112 |
dot.edge("Q2", "A2", label="No")
|
113 |
else:
|
114 |
# If engagement is 80% or more, add the final action node
|
115 |
+
dot.node("A3", "Consider barriers, fidelity, and progress monitoring", shape="box")
|
116 |
dot.edge("Q2", "A3", label="Yes")
|
117 |
|
118 |
return dot
|