Update app.py
Browse files
app.py
CHANGED
@@ -309,8 +309,8 @@ print(workflow)
|
|
309 |
# Compile the workflow
|
310 |
graph = workflow.compile()
|
311 |
|
312 |
-
from IPython.display import display, Image
|
313 |
-
display(Image(graph.get_graph().draw_mermaid_png()))
|
314 |
|
315 |
# Properly formatted initial state
|
316 |
initial_state = {
|
|
|
309 |
# Compile the workflow
|
310 |
graph = workflow.compile()
|
311 |
|
312 |
+
#from IPython.display import display, Image
|
313 |
+
#display(Image(graph.get_graph().draw_mermaid_png()))
|
314 |
|
315 |
# Properly formatted initial state
|
316 |
initial_state = {
|