ShiwenNi commited on
Commit
31b5387
1 Parent(s): 64adbc0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -199,7 +199,7 @@ The questions should be formulated in a manner that, after the authors have answ
199
  The paper is scored on a scale of 1-10, with 10 being the full mark, and 6 stands for borderline accept. Then give the reason for your rating.
200
  xxx"""
201
  ),
202
- gradio.inputs.File(label="请上传论文PDF文件(请务必等pdf上次完成后再点击Submit!)",type="bytes"),
203
  gradio.inputs.Radio(choices=["English", "Chinese", "French", "German","Japenese"],
204
  default="English",
205
  label="选择输出语言"),
 
199
  The paper is scored on a scale of 1-10, with 10 being the full mark, and 6 stands for borderline accept. Then give the reason for your rating.
200
  xxx"""
201
  ),
202
+ gradio.inputs.File(label="请上传论文PDF文件(请务必等pdf上传完成后再点击Submit!)",type="bytes"),
203
  gradio.inputs.Radio(choices=["English", "Chinese", "French", "German","Japenese"],
204
  default="English",
205
  label="选择输出语言"),