diff options
Diffstat (limited to 'app/forms.py')
-rw-r--r-- | app/forms.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/forms.py b/app/forms.py index eaaf547..fb2ecf0 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="Covid-19",validators=[DataRequired()])
\ No newline at end of file + query = StringField('Search Query for PubMed',default="Query",validators=[DataRequired()])
\ No newline at end of file |