Update src/app/constants.py
Browse filesemail adress added to results section
- src/app/constants.py +4 -1
src/app/constants.py
CHANGED
@@ -17,7 +17,10 @@ summary_text = ('''
|
|
17 |
Hit **Predict** and explore the predictions!
|
18 |
|
19 |
For more **information** about the **model** and **how to provide the
|
20 |
-
molecules**, please visit the **Additional Information** tab.
|
|
|
|
|
|
|
21 |
''')
|
22 |
|
23 |
mhnfs_text =('''
|
|
|
17 |
Hit **Predict** and explore the predictions!
|
18 |
|
19 |
For more **information** about the **model** and **how to provide the
|
20 |
+
molecules**, please visit the **Additional Information** tab.
|
21 |
+
|
22 |
+
If you encounter any problems, we would be glad if you could report them
|
23 |
+
to us: **[email protected]**.
|
24 |
''')
|
25 |
|
26 |
mhnfs_text =('''
|