openfree commited on
Commit
07f65c1
·
verified ·
1 Parent(s): 59fb7ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -361,7 +361,7 @@ def execute_workflow_simple(workflow_data: dict, input_values: dict) -> dict:
361
  node_data = node.get("data", {})
362
 
363
  try:
364
- elif node_type in ["ChatInput", "textInput", "Input"]:
365
  # UI에서 제공된 입력값 사용
366
  if node_id in input_values:
367
  results[node_id] = input_values[node_id]
 
361
  node_data = node.get("data", {})
362
 
363
  try:
364
+ if node_type in ["ChatInput", "textInput", "Input"]:
365
  # UI에서 제공된 입력값 사용
366
  if node_id in input_values:
367
  results[node_id] = input_values[node_id]