Spaces:
Running
Running
added evidence code and ancestors
Browse files
app.py
CHANGED
|
@@ -387,7 +387,7 @@ with gr.Blocks() as demo:
|
|
| 387 |
with gr.Column(scale=1):
|
| 388 |
gr.Markdown("## Inference")
|
| 389 |
gr.Markdown("⚠️ No label diffusion for fast inference.")
|
| 390 |
-
uniprot_input = gr.Textbox(label="UniProtKB Protein ID", value="
|
| 391 |
topk_slider = gr.Slider(5, 50, value=10, step=5, label="Top-K GO terms")
|
| 392 |
run_btn = gr.Button("Predict")
|
| 393 |
|
|
@@ -400,7 +400,7 @@ with gr.Blocks() as demo:
|
|
| 400 |
# ===================== Output =====================
|
| 401 |
gr.HTML("<hr style='margin:20px 0;'>") # horizontal divider
|
| 402 |
|
| 403 |
-
title_md = gr.Markdown(make_title_md("
|
| 404 |
html_output = gr.HTML(label="Predicted GO terms")
|
| 405 |
|
| 406 |
gr.Markdown(
|
|
|
|
| 387 |
with gr.Column(scale=1):
|
| 388 |
gr.Markdown("## Inference")
|
| 389 |
gr.Markdown("⚠️ No label diffusion for fast inference.")
|
| 390 |
+
uniprot_input = gr.Textbox(label="UniProtKB Protein ID", value="A1X283")
|
| 391 |
topk_slider = gr.Slider(5, 50, value=10, step=5, label="Top-K GO terms")
|
| 392 |
run_btn = gr.Button("Predict")
|
| 393 |
|
|
|
|
| 400 |
# ===================== Output =====================
|
| 401 |
gr.HTML("<hr style='margin:20px 0;'>") # horizontal divider
|
| 402 |
|
| 403 |
+
title_md = gr.Markdown(make_title_md("A1X283"))
|
| 404 |
html_output = gr.HTML(label="Predicted GO terms")
|
| 405 |
|
| 406 |
gr.Markdown(
|