awacke1 commited on
Commit
e183788
·
1 Parent(s): 946c0cf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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)