Add greeting.
This commit is contained in:
@@ -4,7 +4,9 @@
|
||||
import Avatar from "./Avatar.svelte";
|
||||
import { onMount, afterUpdate } from "svelte";
|
||||
|
||||
let messages: ({ type: string; text: string } | { text: { submit: string }; type: string })[] = [];
|
||||
let messages: ({ type: string; text: string } | { text: { submit: string }; type: string })[] = [
|
||||
{ type: "bot", text: "Zdravo! Ja sam Ramiza. Volim pričati i znam mnoge stvari. Pitaj me nešto!" }
|
||||
];
|
||||
let sessionToken = "";
|
||||
const backendUrl = import.meta.env.VITE_BACKEND_URL;
|
||||
let message = "";
|
||||
|
||||
Reference in New Issue
Block a user