jstoppa commited on
Commit
ec2cc5f
·
verified ·
1 Parent(s): 872737f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -42,7 +42,6 @@ workflow.add_edge("collect", "process")
42
 
43
  # Set entry and finish points
44
  workflow.set_entry_point("collect")
45
- workflow.set_finish_point("process")
46
 
47
  app = workflow.compile()
48
 
 
42
 
43
  # Set entry and finish points
44
  workflow.set_entry_point("collect")
 
45
 
46
  app = workflow.compile()
47