Spaces:
Build error
Build error
remove graph png
Browse files- planning_ai/graph.py +0 -4
planning_ai/graph.py
CHANGED
@@ -37,7 +37,3 @@ def create_graph():
|
|
37 |
graph.add_edge("generate_final_summary", END)
|
38 |
|
39 |
return graph.compile()
|
40 |
-
|
41 |
-
|
42 |
-
# graph = create_graph()
|
43 |
-
# graph.get_graph().draw_png("test.png")
|
|
|
37 |
graph.add_edge("generate_final_summary", END)
|
38 |
|
39 |
return graph.compile()
|
|
|
|
|
|
|
|