Update process_data.py
Browse files- process_data.py +1 -1
process_data.py
CHANGED
|
@@ -512,7 +512,7 @@ def pre_processing(processed_data):
|
|
| 512 |
|
| 513 |
processed_data["input_text_pieces"]["pre_processed_pieces"][text_label] = response_text
|
| 514 |
|
| 515 |
-
|
| 516 |
|
| 517 |
if processed_data["inputstyle"] == "big-block-input-text":
|
| 518 |
|
|
|
|
| 512 |
|
| 513 |
processed_data["input_text_pieces"]["pre_processed_pieces"][text_label] = response_text
|
| 514 |
|
| 515 |
+
return processed_data
|
| 516 |
|
| 517 |
if processed_data["inputstyle"] == "big-block-input-text":
|
| 518 |
|