Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -24,6 +24,8 @@ graph.edge('Grandma', 'Ancestors')
|
|
24 |
graph.edge('Uncle', 'Grandma')
|
25 |
graph.edge('Aunt', 'Grandma')
|
26 |
graph.edge('Mom', 'Grandma')
|
|
|
|
|
27 |
graph.edge('Brother', 'Mom')
|
28 |
graph.edge('Sister', 'Mom')
|
29 |
st.graphviz_chart(graph)
|
|
|
24 |
graph.edge('Uncle', 'Grandma')
|
25 |
graph.edge('Aunt', 'Grandma')
|
26 |
graph.edge('Mom', 'Grandma')
|
27 |
+
graph.edge('Cousin Bob', 'Aunt')
|
28 |
+
graph.edge('Cousin Sue', 'Aunt')
|
29 |
graph.edge('Brother', 'Mom')
|
30 |
graph.edge('Sister', 'Mom')
|
31 |
st.graphviz_chart(graph)
|