diff options
author | chen42 | 2021-08-18 09:13:25 -0500 |
---|---|---|
committer | chen42 | 2021-08-18 09:13:25 -0500 |
commit | c59afcd078420a3f46e76a0950819ac24948bc34 (patch) | |
tree | 9a420c90bc4987f99abb1a070b269789f2d584f8 /templates/index.html | |
parent | 647f8ee0d6c60e578f6d4eb17e942f4ff76c5166 (diff) | |
download | genecup-c59afcd078420a3f46e76a0950819ac24948bc34.tar.gz |
more than 200
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html index 501cdef..526820b 100644 --- a/templates/index.html +++ b/templates/index.html @@ -27,11 +27,14 @@ <form action="/progress"> <div id="check_selection"></div> - Up to 200 gene symbols can be entered in the box below. Gene symbols can be separated by a space, a comma or a semicolon. <br> <textarea name="query" class="form-control form-control-lg" type="search" rows="4" e="100%" id="searchform"></textarea> + + Up to 200 gene symbols</span> can be entered in the box above. Because we do not search for relationships between genes, a list with more items can be split into multiple searches without affecting the results. Gene symbols can be separated by a space, a comma or a semicolon. <br> + <button type="submit" class="btn btn-primary">Search</button> </form> + {% else %} Welcome back, <b> {{session['name']}}</b>. Your <a href="/userarchive"> previous searches </a> and <a href="/ontoarchive"> custom ontologies </a> are available from the links. |