rosemariafontana commited on
Commit
1bed5fa
·
verified ·
1 Parent(s): 4372acb

Update process_data.py

Browse files
Files changed (1) hide show
  1. process_data.py +1 -1
process_data.py CHANGED
@@ -317,7 +317,7 @@ def pre_processing(input_data, parameters):
317
  input_data["input_text"] = (str) input text
318
  """
319
  print("Starting preprocessing")
320
- if input_data["stepwise_json_creation"] == "stepwisejsoncreation":
321
  print("Stepwise Creation")
322
 
323
  if parameters["chaining"]:
 
317
  input_data["input_text"] = (str) input text
318
  """
319
  print("Starting preprocessing")
320
+ if input_data["stepwise_json_creation"][0] == "stepwisejsoncreation":
321
  print("Stepwise Creation")
322
 
323
  if parameters["chaining"]: