diff --git a/tensorboard/plugins/text/tf_text_dashboard/BUILD b/tensorboard/plugins/text/tf_text_dashboard/BUILD
index 5e8e7e9d13..5c36601ac1 100644
--- a/tensorboard/plugins/text/tf_text_dashboard/BUILD
+++ b/tensorboard/plugins/text/tf_text_dashboard/BUILD
@@ -24,6 +24,7 @@ tf_web_library(
"//tensorboard/components/tf_markdown_view",
"//tensorboard/components/tf_paginated_view",
"//tensorboard/components/tf_runs_selector",
+ "//tensorboard/components/tf_storage",
"//tensorboard/components/tf_tensorboard:registry",
"@org_polymer_iron_icon",
"@org_polymer_paper_dialog",
diff --git a/tensorboard/plugins/text/tf_text_dashboard/tf-text-dashboard.html b/tensorboard/plugins/text/tf_text_dashboard/tf-text-dashboard.html
index b9fb2e14ac..762c7e26d1 100644
--- a/tensorboard/plugins/text/tf_text_dashboard/tf-text-dashboard.html
+++ b/tensorboard/plugins/text/tf_text_dashboard/tf-text-dashboard.html
@@ -26,6 +26,7 @@
+
@@ -36,6 +37,13 @@