satyakimitra commited on
Commit
0106791
·
1 Parent(s): b5e4f5a

Fix: Frontend url handling changed

Browse files
Files changed (1) hide show
  1. frontend/index.html +4 -4
frontend/index.html CHANGED
@@ -306,8 +306,8 @@
306
  </div>
307
  </div>
308
  <div>
309
- <div class="font-bold text-gray-900 text-lg">AI Knowledge</div>
310
- <div class="text-xs text-gray-500 -mt-1">Enterprise RAG Platform</div>
311
  </div>
312
  </div>
313
  </div>
@@ -602,8 +602,8 @@
602
  <div class="w-14 h-14 bg-white rounded-xl flex items-center justify-center mb-4">
603
  <i class="fas fa-brain text-gray-900 text-xl"></i>
604
  </div>
605
- <div class="text-2xl font-bold">AI Knowledge Platform</div>
606
- <div class="text-gray-400 mt-2">Enterprise RAG System</div>
607
  </div>
608
  <p class="text-gray-400 mb-8 max-w-4xl mx-auto">
609
  Transforming organizational knowledge management with AI-powered search and analytics.
 
306
  </div>
307
  </div>
308
  <div>
309
+ <div class="font-bold text-gray-900 text-lg">QuerySphere</div>
310
+ <div class="text-xs text-gray-500 -mt-1">RAG platform for document Q&A local LLM or cloud deployment integration</div>
311
  </div>
312
  </div>
313
  </div>
 
602
  <div class="w-14 h-14 bg-white rounded-xl flex items-center justify-center mb-4">
603
  <i class="fas fa-brain text-gray-900 text-xl"></i>
604
  </div>
605
+ <div class="text-2xl font-bold">QuerySphere</div>
606
+ <div class="text-gray-400 mt-2">RAG platform for document Q&A with local LLM or cloud deployment integration.</div>
607
  </div>
608
  <p class="text-gray-400 mb-8 max-w-4xl mx-auto">
609
  Transforming organizational knowledge management with AI-powered search and analytics.