Spaces:
Running
Running
| import ChatInterface from "./components/ChatInterface"; | |
| function App() { | |
| return <ChatInterface />; | |
| } | |
| export default App; | |
| import ChatInterface from "./components/ChatInterface"; | |
| function App() { | |
| return <ChatInterface />; | |
| } | |
| export default App; | |