update
Browse files
app.py
CHANGED
|
@@ -245,7 +245,7 @@ with gr.Blocks() as demo:
|
|
| 245 |
scale=1,
|
| 246 |
)
|
| 247 |
seq_input = gr.Textbox(
|
| 248 |
-
label="目标蛋白质序列
|
| 249 |
placeholder="上传文件需手动输入FASTA格式序列或纯氨基酸序列...",
|
| 250 |
lines=8,
|
| 251 |
scale=3,
|
|
@@ -255,7 +255,7 @@ with gr.Blocks() as demo:
|
|
| 255 |
mult_target_selector = gr.Dropdown(
|
| 256 |
value=['Ligand'],
|
| 257 |
choices=['Ligand', 'Protein', 'DNA', 'RNA', 'Ion'],
|
| 258 |
-
label="选择互作对象类型(可多选)",
|
| 259 |
multiselect=True,
|
| 260 |
interactive=True,
|
| 261 |
)
|
|
|
|
| 245 |
scale=1,
|
| 246 |
)
|
| 247 |
seq_input = gr.Textbox(
|
| 248 |
+
label="目标蛋白质序列",
|
| 249 |
placeholder="上传文件需手动输入FASTA格式序列或纯氨基酸序列...",
|
| 250 |
lines=8,
|
| 251 |
scale=3,
|
|
|
|
| 255 |
mult_target_selector = gr.Dropdown(
|
| 256 |
value=['Ligand'],
|
| 257 |
choices=['Ligand', 'Protein', 'DNA', 'RNA', 'Ion'],
|
| 258 |
+
label="选择互作对象类型(可多选,无选择则统计全部)",
|
| 259 |
multiselect=True,
|
| 260 |
interactive=True,
|
| 261 |
)
|