Spaces:
Sleeping
Sleeping
yuvrajsingh6
Initial commit: Analytical Finance Chatbot with Next.js frontend and FastAPI backend
c5b5cc8 | import ChatInterface from '@/components/ChatInterface'; | |
| export default function Home() { | |
| return ( | |
| <div className="h-full flex-1"> | |
| <ChatInterface /> | |
| </div> | |
| ); | |
| } | |