From bc84bbc6bec82f4cddbba4e84e855965bea267a2 Mon Sep 17 00:00:00 2001 From: chen42 Date: Wed, 25 Mar 2026 16:48:59 -0500 Subject: update requirements --- templates/genenames.html | 73 +++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 69 insertions(+), 4 deletions(-) (limited to 'templates/genenames.html') diff --git a/templates/genenames.html b/templates/genenames.html index fe22d0b..d1e4960 100644 --- a/templates/genenames.html +++ b/templates/genenames.html @@ -18,11 +18,76 @@ {%endfor%}
- {%else%} + {# --- Added Section for Gemini Prompt --- #} + {% if prompt %} +
+

LLM Prompt for {{gene}}

+ +
+ + + + {% else %} +

Prompt generation failed or no sentences found.

+ {% endif %} + {# --- END OF MODIFIED SECTION --- #} + +{%else%} No synonym for {{gene}} is found. {%endif%}
{% endblock %} - - - -- cgit 1.4.1