From 66aae792a2448760508e5d6480b20781f4dc1fd6 Mon Sep 17 00:00:00 2001 From: Jumitti <112354223+Jumitti@users.noreply.github.com> Date: Fri, 8 Mar 2024 21:37:41 +0100 Subject: [PATCH] Correction of email --- TFinder-v1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TFinder-v1.py b/TFinder-v1.py index 3d1630d1..f9d44f22 100644 --- a/TFinder-v1.py +++ b/TFinder-v1.py @@ -258,7 +258,7 @@ def load_lottiefile(filepath: str): st.markdown("TFinder use [JASPAR API](https://doi.org/10.1093/bioinformatics/btx804)") st.markdown('') st.markdown( - 'If you encounter a problem, please send an email to minniti@ipm.cnrs.fr or minnitijulien06@gmail.com or use the [Issues](https://github.com/Jumitti/TFinder/issues) tab on GitHub') + 'If you encounter a problem, please send an email to minniti@ipmc.cnrs.fr or minnitijulien06@gmail.com or use the [Issues](https://github.com/Jumitti/TFinder/issues) tab on GitHub') st.markdown( 'Links are also available at the bottom of the left sidebar. You can contact us using the “Contact” tab too.') value = st.checkbox("By checking this box, you agree with data usage polices of NCBI and JASPAR")