awacke1 commited on
Commit
9235f84
·
1 Parent(s): 4748f89

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -69,6 +69,10 @@ graph.edge('Question', 'Response')
69
  graph.edge('Response', 'ResponseTable')
70
  graph.edge('Response', 'ResponseText')
71
  graph.edge('Template', 'Section')
 
 
 
 
72
  st.graphviz_chart(graph)
73
 
74
 
 
69
  graph.edge('Response', 'ResponseTable')
70
  graph.edge('Response', 'ResponseText')
71
  graph.edge('Template', 'Section')
72
+ graph.edge('Assessment', 'Document')
73
+ graph.edge('Assessment', 'Service')
74
+ graph.edge('Service', 'History')
75
+ graph.edge('Service', 'Request')
76
  st.graphviz_chart(graph)
77
 
78