diff options
author | Alexander Kabui | 2024-09-16 19:49:49 +0300 |
---|---|---|
committer | GitHub | 2024-09-16 19:49:49 +0300 |
commit | 0fc120b55fc87252581ccb8d873ae6557bfa92c9 (patch) | |
tree | 3c6e1f851a2f4ec33e60880ed879fc8d9a86d2c6 | |
parent | 852eeaad9bd6b09588803722002c5940e4f7412f (diff) | |
parent | 9a121105a096f6bf504e90e662d40bf71ba609d3 (diff) | |
download | genenetwork2-0fc120b55fc87252581ccb8d873ae6557bfa92c9.tar.gz |
Merge pull request #871 from jnduli/default_message_llm_search
feat: show log in message for search results
-rw-r--r-- | gn2/wqflask/templates/gsearch_gene.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gn2/wqflask/templates/gsearch_gene.html b/gn2/wqflask/templates/gsearch_gene.html index 9e5766b3..f1ca998b 100644 --- a/gn2/wqflask/templates/gsearch_gene.html +++ b/gn2/wqflask/templates/gsearch_gene.html @@ -23,6 +23,12 @@ <i class="fa fa-spinner fa-spin fa-3x"></i> </div> </div> + {% else %} + <div class="row" id="ai_result_info"> + <div class="col-sm-6"> + <div class="alert alert-warning">Please login to view LLM summary context</div> + </div> + </div> {% endif %} <p>To study a record, click on its Record ID below.<br />Check records below and click Add button to add to selection.</p> |