Sreekan commited on
Commit
4be6fd3
·
verified ·
1 Parent(s): 4c91716

Update app.py

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