Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|