xenux4u commited on
Commit
6f35a9b
·
verified ·
1 Parent(s): bb775b3

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +1 -1
templates/index.html CHANGED
@@ -126,7 +126,7 @@
126
 
127
  <div id="chat-messages" class="flex-1 overflow-y-auto p-4 md:p-8 space-y-6 scroll-smooth">
128
  <div id="welcome-msg" class="flex flex-col items-center justify-center h-full text-center px-4">
129
- <img src="/static/icon.png" class="w-16 h-16 mb-4 shadow-sm rounded-2xl" onerror="this.style.display='none'">
130
  <h2 class="text-2xl font-bold text-gray-800 mb-2">Welcome to ORBIT</h2>
131
  <p class="text-gray-500 text-sm max-w-md">Your AI-powered Educational Research Assistant. Upload a document or type a prompt below to begin.</p>
132
  </div>
 
126
 
127
  <div id="chat-messages" class="flex-1 overflow-y-auto p-4 md:p-8 space-y-6 scroll-smooth">
128
  <div id="welcome-msg" class="flex flex-col items-center justify-center h-full text-center px-4">
129
+ <img src="/static/orbit.png" class="w-16 h-16 mb-4 shadow-sm rounded-2xl" onerror="this.style.display='none'">
130
  <h2 class="text-2xl font-bold text-gray-800 mb-2">Welcome to ORBIT</h2>
131
  <p class="text-gray-500 text-sm max-w-md">Your AI-powered Educational Research Assistant. Upload a document or type a prompt below to begin.</p>
132
  </div>