From 25693a30f6e1506009b38a778c9a4a5ae9897940 Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Tue, 26 Mar 2024 20:33:47 +0300 Subject: Add some styling to AI search bar. Signed-off-by: Munyoki Kilyungi Co-authored-by: Alexander Kabui --- gn2/wqflask/templates/gnqa.html | 53 ++++++++++++++++++++++++++++------------- 1 file changed, 36 insertions(+), 17 deletions(-) (limited to 'gn2/wqflask/templates') diff --git a/gn2/wqflask/templates/gnqa.html b/gn2/wqflask/templates/gnqa.html index 162f66f1..be5da2ff 100644 --- a/gn2/wqflask/templates/gnqa.html +++ b/gn2/wqflask/templates/gnqa.html @@ -15,13 +15,24 @@ background: rgba(0,0,0,0.75) url("/static/gif/loader.gif") no-repeat center center; z-index: 10000; } + .search-header { + font-size: 3.5em; + color:#808080; + font-family: sans serif; + } + .search-header small { + font-size: 14px; + } + + .search-header sup { + top: -2em; + } .gnqa-copy p { font-size: 16px; line-height: 1.5; } .search-hist-btn{ padding:15px; - margin: 0 auto; border-bottom: 1px solid #ccc; } @@ -36,9 +47,14 @@ font-weight: bold; color:#000; } - #gnqna_search_home input{ + #gnqna_search_home input { min-width: 25em; + margin: 1.5em 0; + } + #gnqna_search_home { + field-sizing: normal; } + {% endblock %} @@ -78,26 +94,26 @@
-
-

Gnqa System

-
+
+

+ AI Search + + [Search History] + +

+
- -
- - +
+ +
-

+

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 , genomics/genetics with regards to diabetes and genomics/genetics with regards to agin..

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.

@@ -116,6 +132,9 @@ + + +