Zeetay commited on
Commit
e8cfc86
1 Parent(s): 57d893e

ui: add favicon; trim footer to model line

Browse files
Files changed (2) hide show
  1. web/app/icon.svg +9 -0
  2. web/app/page.tsx +0 -1
web/app/icon.svg ADDED
web/app/page.tsx CHANGED
@@ -159,7 +159,6 @@ export default function Page() {
159
  </div>
160
 
161
  <footer className="mt-10 border-t border-ink-700 pt-5 font-mono text-[11px] text-zinc-600">
162
- Backend: FastAPI on Hugging Face Spaces 路 Frontend: Next.js on Vercel 路
163
  Judge &amp; generator: llama-3.3-70b
164
  </footer>
165
  </main>
 
159
  </div>
160
 
161
  <footer className="mt-10 border-t border-ink-700 pt-5 font-mono text-[11px] text-zinc-600">
 
162
  Judge &amp; generator: llama-3.3-70b
163
  </footer>
164
  </main>