waiyanan commited on
Commit
81c15fa
·
verified ·
1 Parent(s): b27b84f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -111,9 +111,9 @@ for _, r in tqdm(df.iterrows(),total=len(df)):
111
  ourput_file_path = <path_to_output_file>
112
 
113
  with open(ourput_file_path, 'w', encoding='utf-8') as f:
114
- for result in results:
115
- json.dump(result, f, ensure_ascii=False)
116
- f.write('\n')
117
 
118
  ```
119
 
 
111
  ourput_file_path = <path_to_output_file>
112
 
113
  with open(ourput_file_path, 'w', encoding='utf-8') as f:
114
+ for result in results:
115
+ json.dump(result, f, ensure_ascii=False)
116
+ f.write('\n')
117
 
118
  ```
119