wangrongsheng commited on
Commit
9e73140
1 Parent(s): e975e7f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -207,7 +207,7 @@ class Paper:
207
  else:
208
  cur_title += ' ' + cur_string
209
  self.title_page = page_index
210
- # break
211
  title = cur_title.replace('\n', ' ')
212
  return title
213
 
 
207
  else:
208
  cur_title += ' ' + cur_string
209
  self.title_page = page_index
210
+
211
  title = cur_title.replace('\n', ' ')
212
  return title
213