diff --git a/pykoi/frontend/src/lib/Chatbots/RAGChatbot.svelte b/pykoi/frontend/src/lib/Chatbots/RAGChatbot.svelte index 58f2cdc..42c30ad 100644 --- a/pykoi/frontend/src/lib/Chatbots/RAGChatbot.svelte +++ b/pykoi/frontend/src/lib/Chatbots/RAGChatbot.svelte @@ -155,17 +155,19 @@
-
-
Vote Feedback Instructions
-

- Ask a question to receive an answer from the chatbot. If the response is - satisfactory, click on the 👍 - button. If the response is not satisfactory, click on the - 👎 button. -

- -
-
+ {#if feedback} +
+
Vote Feedback Instructions
+

+ Ask a question to receive an answer from the chatbot. If the response is + satisfactory, click on the 👍 + button. If the response is not satisfactory, click on the + 👎 button. +

+ +
+ {/if} +
{#each $chatLog as message, index (index)} @@ -235,7 +237,7 @@ height: 100vh; display: grid; grid-template-columns: 100%; - grid-template-rows: 80% 20%; + grid-template-rows: 65% 35%; } .message {