Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -167,7 +167,7 @@ class CombinedProcessor:
|
|
167 |
|
168 |
bibtex_entries = []
|
169 |
|
170 |
-
corrected_bibliography_entries
|
171 |
for entry in bibliography_entries:
|
172 |
entry = re.sub(r' ?¶ ?', r'¶', entry)
|
173 |
entry = entry.split("¶¶")
|
|
|
167 |
|
168 |
bibtex_entries = []
|
169 |
|
170 |
+
corrected_bibliography_entries = []
|
171 |
for entry in bibliography_entries:
|
172 |
entry = re.sub(r' ?¶ ?', r'¶', entry)
|
173 |
entry = entry.split("¶¶")
|