Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -85,7 +85,9 @@ demo = gr.Interface(
|
|
85 |
gr.Textbox(label="Associated Genes")
|
86 |
],
|
87 |
title="HPO Mapper",
|
88 |
-
description="Enter a clinical finding and anatomical region to get the best-matching HPO term and associated genes.
|
|
|
|
|
89 |
)
|
90 |
|
91 |
if __name__ == "__main__":
|
|
|
85 |
gr.Textbox(label="Associated Genes")
|
86 |
],
|
87 |
title="HPO Mapper",
|
88 |
+
description="Enter a clinical finding and anatomical region to get the best-matching HPO term and associated genes. Reference: Application of Generative Artificial Intelligence to Utilise Unstructured Clinical Data for Acceleration of Inflammatory Bowel Disease Research
|
89 |
+
Alex Z Kadhim, Zachary Green, Iman Nazari, Jonathan Baker, Michael George, Ashley Heinson, Matt Stammers, Christopher Kipps, R Mark Beattie, James J Ashton, Sarah Ennis
|
90 |
+
medRxiv 2025.03.07.25323569; doi: https://doi.org/10.1101/2025.03.07.25323569 "
|
91 |
)
|
92 |
|
93 |
if __name__ == "__main__":
|