ShiwenNi commited on
Commit
eed707d
1 Parent(s): 931edf6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ class Reviewer:
52
  )
53
  result = ''
54
  for choice in response.choices:
55
- result += choice.message.content
56
  print("********"*10)
57
  print(result)
58
  print("********"*10)
 
52
  )
53
  result = ''
54
  for choice in response.choices:
55
+ result += choice.message.content + "\n伦理声明/Ethics statement:\n--禁止直接复制生成的评论用于任何论文审稿工作!\n--Direct copying of generated comments for any paper review work is prohibited!"
56
  print("********"*10)
57
  print(result)
58
  print("********"*10)