From a3442a76ff16a1d96999aa3158f548a0fe8843f6 Mon Sep 17 00:00:00 2001 From: Alexander_Kabui Date: Mon, 8 Jan 2024 17:55:25 +0300 Subject: add GNQA description --- gn2/wqflask/templates/base.html | 2 +- gn2/wqflask/templates/gnqa.html | 14 +++++++++++--- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/gn2/wqflask/templates/base.html b/gn2/wqflask/templates/base.html index 984cf92a..5b421c22 100644 --- a/gn2/wqflask/templates/base.html +++ b/gn2/wqflask/templates/base.html @@ -223,7 +223,7 @@ required placeholder="Ask More Questions or Topics (E.g Genes) " value='' name=" - GNQNA Search + GNQA Search diff --git a/gn2/wqflask/templates/gnqa.html b/gn2/wqflask/templates/gnqa.html index a2febb17..51a9d732 100644 --- a/gn2/wqflask/templates/gnqa.html +++ b/gn2/wqflask/templates/gnqa.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% block title %}GNQNA{% endblock %} +{% block title %}GNQA{% endblock %} {% block content %} @@ -30,8 +30,16 @@
-
-

GN LLM DESCRIBPTION GOES HERE

+
+

GNQA System

+ + +

+ Welcome to the GeneNetwork Question and Answer (GNQA)system. We utilize a large language model and 3000 scientific publications to make GNQA a subject matter expert in three areas: GeneNetwork.org research, genomics/genetics with regards to diabetes , and genomics/genetics with regards to aging. + At the moment when you ask GNQA something it will attempt to return a sensible answer with ``real'' references. To this end we aim to reduce hallucinations and provide a knowledge launchpad for a researcher to enhance their knowledge on the relevant subject matter. + GNQA is not a finished product as we are working diligently to improve it daily. +

+

Thanks for using GNQA!

-- cgit v1.2.3