hiverlab-nicholastkb commited on
Commit
01c834c
1 Parent(s): 387d6d7

added demo.ipynb

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -96,7 +96,7 @@ with gr.Blocks() as demo:
96
  gr.Markdown("## LLMGeneLinker (LGL)")
97
  gr.Markdown(footer)
98
 
99
- txt = gr.Textbox(label="Input", lines=2)
100
  txt_3 = gr.HTML(label="Output")
101
  btn = gr.Button(value="Submit")
102
  btn.click(visualize_entities, inputs=txt, outputs=txt_3)
 
96
  gr.Markdown("## LLMGeneLinker (LGL)")
97
  gr.Markdown(footer)
98
 
99
+ txt = gr.Textbox(label="Input", lines=2, placeholder="Can you explain the significance of the BCR::ABL1 tyrosine kinase protein in the context of Imatinib therapy for chronic myeloid leukemia (CML)?")
100
  txt_3 = gr.HTML(label="Output")
101
  btn = gr.Button(value="Submit")
102
  btn.click(visualize_entities, inputs=txt, outputs=txt_3)