Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 =
|
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",
|