File tree Expand file tree Collapse file tree
backend/chroma_db/26374997-a192-4f1c-952f-d2dc72f2bf57 Expand file tree Collapse file tree Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 161161 }
162162 }
163163
164- // Update query count
165- const savedCount = localStorage .getItem (' query_count' );
166- queriesExecuted .set (savedCount ? parseInt (savedCount ) : 0 );
167-
168164 } catch (err ) {
169165 console .error (' Dashboard error:' , err );
170166 // Try fallback to direct Supabase if API fails
489485 <div class =" grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-4" >
490486 <div class =" text-center p-4 bg-slate-50 dark:bg-slate-800/50 rounded-lg" >
491487 <div class =" w-10 h-10 bg-blue-100 dark:bg-blue-900/30 rounded-lg mx-auto mb-3 flex items-center justify-center" >
492- <BarChart2 class =" w-5 h-5 text-blue-600" />
488+ <Zap class =" w-5 h-5 text-blue-600" />
493489 </div >
494490 <h4 class =" font-semibold text-sm mb-1" >RAG System</h4 >
495491 <p class =" text-xs text-slate-600 dark:text-slate-400" >Natural language to SQL</p >
532528 {/if }
533529
534530 <h2 class =" text-2xl font-bold text-slate-800 dark:text-green-400 mb-6 flex items-center gap-3" >
535- <BarChart2 class =" w-8 h-8 text-green-500 " />
531+ <img src = " /sqlballlogo.svg " alt = " SQL Ball Logo " class =" w-8 h-8" />
536532 European League Analytics
537533 </h2 >
538534 <EnhancedVisualizations
You can’t perform that action at this time.
0 commit comments