Spaces:
Running
Running
| // Placeholder for future simulation chat interface | |
| export default function SimulationChat() { | |
| return ( | |
| <div className="bg-gray-900/50 border border-gray-800 rounded-lg p-6"> | |
| <p className="text-gray-400 text-center"> | |
| Chat interface coming soon... | |
| </p> | |
| </div> | |
| ); | |
| } | |