ShiwenNi commited on
Commit
5b8981f
1 Parent(s): fd1add9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ class Reviewer:
62
  text += 'Title:' + paper.title + '. '
63
  text += 'Abstract: ' + paper.section_texts['Abstract']
64
  except:
65
- paper_Abstract = paper.section_texts[:2]
66
  openai.api_key = self.api
67
  messages = [
68
  {"role": "system",
 
62
  text += 'Title:' + paper.title + '. '
63
  text += 'Abstract: ' + paper.section_texts['Abstract']
64
  except:
65
+ paper_Abstract = 'Abstract'
66
  openai.api_key = self.api
67
  messages = [
68
  {"role": "system",