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