import React from 'react'; import { X } from 'lucide-react'; import { Github } from 'lucide-react'; const ErrorModal = ({ isOpen, onClose }) => { if (!isOpen) return null; return (
Due to high demand, we're not able to process requests right now. Want to run it yourself? Get the code and run it locally!
You can get your own API key from{' '} ai.google.dev {' '}to start using this right away.