Spaces:
Runtime error
Runtime error
Commit
·
53eb8d1
1
Parent(s):
9f2dd14
Remove Title from Markdown
Browse files
src/__pycache__/__init__.cpython-39.pyc
ADDED
|
Binary file (142 Bytes). View file
|
|
|
src/__pycache__/summarizer.cpython-38.pyc
CHANGED
|
Binary files a/src/__pycache__/summarizer.cpython-38.pyc and b/src/__pycache__/summarizer.cpython-38.pyc differ
|
|
|
src/__pycache__/summarizer.cpython-39.pyc
CHANGED
|
Binary files a/src/__pycache__/summarizer.cpython-39.pyc and b/src/__pycache__/summarizer.cpython-39.pyc differ
|
|
|
src/summarizer.py
CHANGED
|
@@ -43,7 +43,7 @@ class Summarizer():
|
|
| 43 |
filename = self.filename
|
| 44 |
if target_path:
|
| 45 |
filename = target_path
|
| 46 |
-
mdFile = MdUtils(file_name=filename
|
| 47 |
for k, v in summarized_slides.items():
|
| 48 |
mdFile.new_line('---\n')
|
| 49 |
for section in v:
|
|
|
|
| 43 |
filename = self.filename
|
| 44 |
if target_path:
|
| 45 |
filename = target_path
|
| 46 |
+
mdFile = MdUtils(file_name=filename)
|
| 47 |
for k, v in summarized_slides.items():
|
| 48 |
mdFile.new_line('---\n')
|
| 49 |
for section in v:
|