diff options
-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. |