Spaces:
Runtime error
Runtime error
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,
|
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 |
|