eloise54 commited on
Commit
965a3b9
·
1 Parent(s): 865e1d7

added evidence code and ancestors

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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="O75594")
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("O75594"))
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(