aleger commited on
Commit
ed21cdd
·
1 Parent(s): 0c00fe4

header update

Browse files
src/runners/transcription_zipper.py CHANGED
@@ -38,7 +38,7 @@ def create_word_content(filename, old_content, new_content):
38
 
39
  document = Document()
40
 
41
- document.add_heading(filename, 0)
42
 
43
  p = document.add_paragraph()
44
 
 
38
 
39
  document = Document()
40
 
41
+ document.add_heading(filename, 1)
42
 
43
  p = document.add_paragraph()
44