diff options
author | Alexander_Kabui | 2024-01-08 17:55:25 +0300 |
---|---|---|
committer | Alexander_Kabui | 2024-01-08 17:55:25 +0300 |
commit | a3442a76ff16a1d96999aa3158f548a0fe8843f6 (patch) | |
tree | a0aaca5e914e58b15b503d0ad0e2d32307f55c86 | |
parent | e41f17ec974e613ddfbe4232669c878b598d71e9 (diff) | |
download | genenetwork2-a3442a76ff16a1d96999aa3158f548a0fe8843f6.tar.gz |
add GNQA description
-rw-r--r-- | gn2/wqflask/templates/base.html | 2 | ||||
-rw-r--r-- | 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=" <!-- todo fix text overlap for this;;responsiveness--> <span style="padding: 5px;margin-left: 65px;" id="gnqna_home"> - <a href="/gnqna">GNQNA Search</a> + <a href="/gnqna">GNQA Search</a> </span> <span style="padding: 5px;margin-left: 65px;" > 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 %} <!-- Start of body --> @@ -30,8 +30,16 @@ <div id="loader"></div> -<div style="margin-top: 50px;text-align: center;"> - <h4>GN LLM DESCRIBPTION GOES HERE</h4> +<div style="margin-x:auto;margin-top: 50px;text-align: center;font-size: 16px;"> + <h2 style="text-decoration: underline;text-transform: uppercase; font-weight: bold;padding: 5px;">GNQA System</h2> + + + <p style="padding:15px"> + 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: <span style="text-decoration:underline;"><strong><a href="/">GeneNetwork.org </a></strong> research</span>, <span style="text-decoration:underline;">genomics/genetics with regards to diabetes </span>, and <span style="text-decoration:underline;">genomics/genetics with regards to aging. </span> + 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. + </p> + <p style="font-weight: bold;">Thanks for using GNQA! </p> </div> </div> |