ShiwenNi commited on
Commit
b61ac7a
1 Parent(s): a4ca15a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -51,8 +51,8 @@ class Reviewer:
51
 
52
  def stage_1(self, paper):
53
  htmls = []
54
- text = 'Abstract'
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']