diff --git a/app/components/dashboard.js b/app/components/dashboard.js
index b97bfffd..28467503 100644
--- a/app/components/dashboard.js
+++ b/app/components/dashboard.js
@@ -48,25 +48,18 @@ export function Dashboard({
))}
-
-
-
- {transcriptionText}
-
-
-
{finalSummary && (
-
+
Final Summary
Duration: {finalSummary.duration}
{finalSummary.summary}
)}
+
+
>
);
}
diff --git a/app/layout.js b/app/layout.js
index 858afbeb..2e0bf202 100644
--- a/app/layout.js
+++ b/app/layout.js
@@ -20,9 +20,6 @@ export default function RootLayout({ children }) {
{children}
-