aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/forms.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/forms.py b/app/forms.py
index fb2ecf0..4d45a0c 100644
--- a/app/forms.py
+++ b/app/forms.py
@@ -52,4 +52,4 @@ class generatePDBQTS(FlaskForm):
name = StringField('Compound Name (Optional)')
class PyMedSearch(FlaskForm):
- query = StringField('Search Query for PubMed',default="Query",validators=[DataRequired()]) \ No newline at end of file
+ query = StringField('Search Query',default="Query",validators=[DataRequired()]) \ No newline at end of file