diff --git a/src/AIChatApp.Web/Components/App.razor b/src/AIChatApp.Web/Components/App.razor
index ca15925..2782ec8 100644
--- a/src/AIChatApp.Web/Components/App.razor
+++ b/src/AIChatApp.Web/Components/App.razor
@@ -7,7 +7,7 @@
-
+
diff --git a/src/AIChatApp.Web/Components/Chat/Chat.razor b/src/AIChatApp.Web/Components/Chat/Chat.razor
index e10946b..5c5034c 100644
--- a/src/AIChatApp.Web/Components/Chat/Chat.razor
+++ b/src/AIChatApp.Web/Components/Chat/Chat.razor
@@ -2,7 +2,6 @@
@inject IConfiguration Configuration
@inject IJSRuntime JS
@using AIChatApp.Model
-@attribute [StreamRendering(true)]
Chat
@@ -10,7 +9,7 @@