Spaces:
Running
Running
| import ChatWindow from "./components/ChatWindow"; | |
| import "./index.css"; | |
| export default function App() { | |
| return ( | |
| <div className="app-container"> | |
| <header className="header"> | |
| <img src="/logo.png" alt="Logo" className="logo" /> | |
| <h2>Flyline HR Assistant 鉁堬笍</h2> | |
| </header> | |
| <ChatWindow /> | |
| <footer className="footer"> | |
| 漏 2025 Flyline Airlines 路 HR AI Assistant 路 AIML Oct 2024 Batch | |
| </footer> | |
| </div> | |
| ); | |
| } | |