diff options
author | Hao Chen | 2019-05-08 15:58:09 -0500 |
---|---|---|
committer | Hao Chen | 2019-05-08 15:58:09 -0500 |
commit | 02311e25a43d9a9443149a0402279f0f8a48ce50 (patch) | |
tree | cba0025742bf0f38837e0fa1c326e58d70ef6bbc /templates/index.html | |
parent | cd948b1ccf6781c17c9e4b4899ada9d654f16e83 (diff) | |
download | genecup-02311e25a43d9a9443149a0402279f0f8a48ce50.tar.gz |
improved ontology
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/index.html b/templates/index.html index 4f19269..27455fb 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,8 +1,7 @@ {% extends "layout.html" %} {% block content %} +<p> - -<h3> Searching PubMed to find sentences related to addiction</h3> <form class="form-inline my-2 my-lg-0" action="/search"> <input name="query" class="form-control mr-sm-2" type="search" placeholder="Rgma Nrxn3" aria-label="search" value="Rgma Nrxn3"> <button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button> |