Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.
|