diff --git a/solara/components/__init__.py b/solara/components/__init__.py
index 086006059..59bf208e4 100644
--- a/solara/components/__init__.py
+++ b/solara/components/__init__.py
@@ -73,5 +73,4 @@
logger = logging.getLogger("solara.components")
logger.warning(f"Default container {main.default_container} not found in solara.components. Defaulting to Column.")
-# TODO: When Solara 2.0 releases Column should be replaced with Fragment
-reacton.core._default_container = _container or Column # noqa: F405
+reacton.core._default_container = _container or Fragment # noqa: F405
diff --git a/solara/components/head_tag.vue b/solara/components/head_tag.vue
index 4dc6892a0..99d12d6c0 100644
--- a/solara/components/head_tag.vue
+++ b/solara/components/head_tag.vue
@@ -1,4 +1,5 @@
-
+
+