From 61c4b9a2cebe94db400c41c4a7bef4ab7f1b3a40 Mon Sep 17 00:00:00 2001 From: John Nduli Date: Tue, 10 Sep 2024 17:44:05 +0300 Subject: feat: ai_search result loaded by javascript --- gn2/wqflask/templates/gsearch_gene.html | 50 ++++++++++++++++++++------------- 1 file changed, 30 insertions(+), 20 deletions(-) diff --git a/gn2/wqflask/templates/gsearch_gene.html b/gn2/wqflask/templates/gsearch_gene.html index fb13ca22..ecb8de8f 100644 --- a/gn2/wqflask/templates/gsearch_gene.html +++ b/gn2/wqflask/templates/gsearch_gene.html @@ -16,27 +16,8 @@ - {% if ai_result %} -
-
-
- -
-
-

{{ ai_result["search_result"] }}

-

See References

-
-
-
-
+
- {% endif %}

To study a record, click on its Record ID below.
Check records below and click Add button to add to selection.

@@ -291,4 +272,33 @@ }); + {% endblock %} -- cgit v1.2.3