Update process_data.py
Browse files- process_data.py +1 -1
process_data.py
CHANGED
|
@@ -341,7 +341,7 @@ def pre_processing(input_data, parameters):
|
|
| 341 |
print("Response text")
|
| 342 |
print(response_text)
|
| 343 |
|
| 344 |
-
|
| 345 |
|
| 346 |
return input_data
|
| 347 |
|
|
|
|
| 341 |
print("Response text")
|
| 342 |
print(response_text)
|
| 343 |
|
| 344 |
+
input_data["input_text_pieces"]["pre_processed_pieces"][text_label] = response_text
|
| 345 |
|
| 346 |
return input_data
|
| 347 |
|