Pclanglais commited on
Commit
7a8797a
·
verified ·
1 Parent(s): fd496e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("¶¶")