about summary refs log tree commit diff
path: root/templates/layout.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/layout.html')
-rw-r--r--templates/layout.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/layout.html b/templates/layout.html
index 3160de5..ce59f13 100644
--- a/templates/layout.html
+++ b/templates/layout.html
@@ -16,7 +16,7 @@
 <body>
 
 <!-- Navigation bar -->
-<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
+<nav class="navbar navbar-expand-lg navbar-dark">
   <div class="col-1">
 		<a href="/"><div class='img'><img src="/static/white_logo.png" class="img-fluid", style="width:60%"></div></a>
 	</div>
@@ -95,16 +95,16 @@
 </div>
 
 {% if not no_footer %}
- <footer class="footer bg-dark footer-dark">
+ <footer class="footer footer-dark">
         <div class="container">
             <div class="row">
                 <div class="col-md-6">
-                  GeneCup {{ version }}: PubMed + GWAS catalog deep learning.
+                  GeneCup {{ version }}: PubMed + GWAS catalog using LLMs.
                   Cite <a href="https://academic.oup.com/g3journal/article/12/5/jkac059/6548160">GeneCup.</a>
                 </div>
                 <div class="col-md-6" align="right">
                   <a href="https://git.genenetwork.org/genecup/">Code</a>
-                  powered by <a href="https://www.tensorflow.org/">Tensorflow</a> on <a href="https://genenetwork.org/">GeneNetwork.org</a>
+                  powered by <a href="https://gemini.google.com/">Google Gemini</a> on <a href="https://genenetwork.org/">GeneNetwork.org</a>
                 </div>
             </div>
         </div>