aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMunyoki Kilyungi2024-03-26 17:11:52 +0300
committerBonfaceKilz2024-03-27 17:59:06 +0300
commit2ace0a6cb58dc18227ed7b17383b97935575eec7 (patch)
tree9917ac6a8fd9255a2c8b291c243dba968b397b99
parent323efdd0b0a83fcfd093eb3523f78e0cb690aad1 (diff)
downloadgenenetwork2-2ace0a6cb58dc18227ed7b17383b97935575eec7.tar.gz
Rework GN-QA landing page.
Co-authored-by: Alexander Kabui <alexanderkabua@gmail.com>
-rw-r--r--gn2/wqflask/templates/gnqa.html24
1 files changed, 14 insertions, 10 deletions
diff --git a/gn2/wqflask/templates/gnqa.html b/gn2/wqflask/templates/gnqa.html
index 947b57c2..b16e2d2e 100644
--- a/gn2/wqflask/templates/gnqa.html
+++ b/gn2/wqflask/templates/gnqa.html
@@ -19,27 +19,31 @@
z-index: 10000;
}
+ .gnqa-copy p {
+ font-size: 16px;
+ line-height: 1.5;
+ }
</style>
{% endblock %}
<section class="container-fluid">
-<div id="loader"></div>
-
-<div class="row container">
- <h2 style="font-variant:small-caps">Gnqa System</h2>
+ <div id="loader"></div>
- <div>
- <p>
+ <div class="row">
+ <h2 class="col-sm-12 text-center" style="font-variant:small-caps">Gnqa System</h2>
+ </div>
+ <div class="row gnqa-copy">
+ <p class="col-sm-11 col-md-offset-3 col-md-6">
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: <b><a href="/">GeneNetwork.org </a></b>, <b>genomics/genetics with regards to diabetes</b> and <b>genomics/genetics with regards to agin.</b>.
</p>
- <p>At the moment when you ask GNQA something it will attempt to return a sensible answer with <q>real</q> 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.</p>
- <p>
+ <p class="col-sm-11 col-md-offset-3 col-md-6">At the moment when you ask GNQA something it will attempt to return a sensible answer with <q>real</q> 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.</p>
+ <p class="col-sm-11 col-md-offset-3 col-md-6">
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>
+ <p class="col-sm-11 col-md-offset-3 col-md-6"><b>Thanks for using GNQA!</b> </p>
+
</div>
-</div>
</section>