Spaces:
Running
Running
wangrongsheng
commited on
Commit
•
9e73140
1
Parent(s):
e975e7f
Update app.py
Browse files
app.py
CHANGED
@@ -207,7 +207,7 @@ class Paper:
|
|
207 |
else:
|
208 |
cur_title += ' ' + cur_string
|
209 |
self.title_page = page_index
|
210 |
-
|
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 |
|