mirror of
https://github.com/marcominerva/SqlDatabaseVectorSearch.git
synced 2026-06-20 12:23:10 +00:00
Change page route and update titles in Ask.razor
Updated the route from "/counter" to "/ask". Changed the page title from "Counter" to "Chat with your data" and modified the heading accordingly. The functionality for displaying the current count and the increment button remains intact.
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
@page "/counter"
|
||||
@page "/ask"
|
||||
|
||||
<PageTitle>Counter</PageTitle>
|
||||
|
||||
<h1>Counter</h1>
|
||||
<PageTitle>Chat with your data</PageTitle>
|
||||
|
||||
<p role="status">Current count: @currentCount</p>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user