ShiwenNi commited on
Commit
8e4315f
1 Parent(s): b61ac7a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -159,7 +159,7 @@ description = '''<div align='left'>
159
  inp = [gradio.inputs.Textbox(label="请输入你的API-key(sk开头的字符串)",
160
  default="",
161
  type='password'),
162
- gradio.inputs.Textbox(
163
  label="请输入特定的评审要求和格式",
164
  default="""* Overall Review
165
  Please briefly summarize the main points and contributions of this paper.
 
159
  inp = [gradio.inputs.Textbox(label="请输入你的API-key(sk开头的字符串)",
160
  default="",
161
  type='password'),
162
+ gradio.inputs.Textbox(lines=10,
163
  label="请输入特定的评审要求和格式",
164
  default="""* Overall Review
165
  Please briefly summarize the main points and contributions of this paper.