BetterAPI commited on
Commit
a5f4e20
·
1 Parent(s): 29464cd

Update src/lib/components/chat/ChatWindow.svelte

Browse files
src/lib/components/chat/ChatWindow.svelte CHANGED
@@ -55,7 +55,7 @@
55
  >
56
  <div class="flex w-full flex-1 border-none bg-transparent">
57
  <ChatInput
58
- placeholder="Ask anything"
59
  bind:value={message}
60
  on:submit={handleSubmit}
61
  autofocus
 
55
  >
56
  <div class="flex w-full flex-1 border-none bg-transparent">
57
  <ChatInput
58
+ placeholder="Ask me anything"
59
  bind:value={message}
60
  on:submit={handleSubmit}
61
  autofocus