From b530b449de076653fd04c6a93c318620d38d1796 Mon Sep 17 00:00:00 2001 From: heblasco Date: Wed, 22 Nov 2023 16:25:20 +0100 Subject: [PATCH] PBI Data Report and Chat With your data variables --- src/AIHub/Views/Home/Index.cshtml | 5 +-- src/AIHub/Views/Shared/_Layout.cshtml | 7 ++-- src/AIHub/appsettings.template.json | 48 +++++++++++++++++++++++++++ 3 files changed, 55 insertions(+), 5 deletions(-) create mode 100644 src/AIHub/appsettings.template.json diff --git a/src/AIHub/Views/Home/Index.cshtml b/src/AIHub/Views/Home/Index.cshtml index c40677c..3b492fb 100644 --- a/src/AIHub/Views/Home/Index.cshtml +++ b/src/AIHub/Views/Home/Index.cshtml @@ -1,4 +1,5 @@ -@{ +@inject IConfiguration Configuration +@{ ViewData["Title"] = "Alma Bank Demo Suite"; } @@ -9,7 +10,7 @@