Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -100,7 +100,8 @@ iface = gr.Interface(
|
|
100 |
],
|
101 |
title="Ontology Explorer",
|
102 |
description="Upload an ontology OWL file and enter a search term to visualize the ontology graph. "
|
103 |
-
"Nodes matching the search term and their immediate neighbors (parents and children) are highlighted in pink."
|
|
|
104 |
examples=[
|
105 |
["LoRa", "genai.owl"],
|
106 |
["LLM", "genai.owl"],
|
|
|
100 |
],
|
101 |
title="Ontology Explorer",
|
102 |
description="Upload an ontology OWL file and enter a search term to visualize the ontology graph. "
|
103 |
+
"Nodes matching the search term and their immediate neighbors (parents and children) are highlighted in pink."
|
104 |
+
"Reference of the Ontology Loaded: [GENAI](https://bioportal.bioontology.org/ontologies/GENAI)",
|
105 |
examples=[
|
106 |
["LoRa", "genai.owl"],
|
107 |
["LLM", "genai.owl"],
|