Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -51,8 +51,8 @@ class Reviewer:
|
|
| 51 |
|
| 52 |
def stage_1(self, paper):
|
| 53 |
htmls = []
|
| 54 |
-
text = '
|
| 55 |
-
paper_Abstract
|
| 56 |
try:
|
| 57 |
text += 'Title:' + paper.title + '. '
|
| 58 |
paper_Abstract = paper.section_texts['Abstract']
|
|
|
|
| 51 |
|
| 52 |
def stage_1(self, paper):
|
| 53 |
htmls = []
|
| 54 |
+
text = ''
|
| 55 |
+
paper_Abstract = 'Abstract'
|
| 56 |
try:
|
| 57 |
text += 'Title:' + paper.title + '. '
|
| 58 |
paper_Abstract = paper.section_texts['Abstract']
|