diff --git a/cellphonedb/utils/db_releases_utils.py b/cellphonedb/utils/db_releases_utils.py
index ae8d033..31a92b9 100644
--- a/cellphonedb/utils/db_releases_utils.py
+++ b/cellphonedb/utils/db_releases_utils.py
@@ -69,7 +69,8 @@ def get_release_info(
html += ("
" +
"pageview").format(css_style, rel['tag_name'])
html += "".format(rel['tag_name'])
- for file_name in ["gene_input", "protein_input", "complex_input", "interaction_input"]:
+ for file_name in ["gene_input", "protein_input", "complex_input", "interaction_input",
+ "transcription_factor_input"]:
html += "- {}
" \
.format(rel['tag_name'], file_name, file_name)
html += " | "