From d3291ebe7efad17bfefdffdc64b8459635c37b6c Mon Sep 17 00:00:00 2001 From: Miguel Hernandez Gamarra <67189138+mighg@users.noreply.github.com> Date: Wed, 10 Jul 2024 22:53:12 +0200 Subject: [PATCH] Update 8_Cell_line_selector.py --- pages/8_Cell_line_selector.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/8_Cell_line_selector.py b/pages/8_Cell_line_selector.py index d5bdbea..f0731fd 100644 --- a/pages/8_Cell_line_selector.py +++ b/pages/8_Cell_line_selector.py @@ -34,7 +34,7 @@ def create_footer(): with footer_container: st.markdown("
" * 1, unsafe_allow_html=True) # Añade espacio en blanco st.markdown(""" -
+
How to cite: Miguel Hernandez-Gamarra, Alba Salgado-Roo, Eduardo Dominguez, Elena María Goiricelaya Seco, Sara Veiga-Rúa, Lucía F Pedrera-Garbayo, Ángel Carracedo, Catarina Allegue, CARTAR: a comprehensive web tool for identifying potential targets in chimeric antigen receptor therapies using TCGA and GTEx data, Briefings in Bioinformatics, Volume 25, Issue 4, July 2024, bbae326, https://doi.org/10.1093/bib/bbae326.
""", unsafe_allow_html=True)