bstraehle commited on
Commit
28d7027
·
verified ·
1 Parent(s): 7b0a3ba

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
utils.py CHANGED
@@ -67,4 +67,4 @@ def read_pptx_text(file_path):
67
  slide_text.append(shape.text)
68
  text.append("\n".join(slide_text))
69
 
70
- return "\n\n".join(text)q
 
67
  slide_text.append(shape.text)
68
  text.append("\n".join(slide_text))
69
 
70
+ return "\n\n".join(text)