about summary refs log tree commit diff
path: root/templates/layout.html
diff options
context:
space:
mode:
authorPjotr Prins2026-03-27 11:39:48 +0100
committerPjotr Prins2026-03-27 11:39:48 +0100
commit8eac2913d05022a2fac20ff11511ec15cfc9c0a4 (patch)
tree2d312b169113175e677c18996e8c8218a719294d /templates/layout.html
parent37984d9e45945a48ac1af49965b88d858794e61a (diff)
downloadgenecup-8eac2913d05022a2fac20ff11511ec15cfc9c0a4.tar.gz
Update banner to show gemini instead of tensorflow
Diffstat (limited to 'templates/layout.html')
-rw-r--r--templates/layout.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/layout.html b/templates/layout.html
index 1c73fd9..ce59f13 100644
--- a/templates/layout.html
+++ b/templates/layout.html
@@ -99,12 +99,12 @@
         <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>