import { Search } from "lucide-react"; import { Input } from "@/components/ui/input"; import { Link } from "react-router-dom"; import { CalendarDays } from "lucide-react"; interface HeaderProps { onSearch: (query: string) => void; } const Header = ({ onSearch }: HeaderProps) => { return (
Hugging Face Logo AI Conference Deadlines
onSearch(e.target.value)} />

Countdowns to top CV/NLP/ML/Robotics/AI conference deadlines. To add/edit a conference, send in a{' '} pull request .
P.S. feel free to{' '} submit {' '}your paper to{' '} hf.co/papers {' '}and upload your artifacts such as{' '} models {', '} datasets {' '}and{' '} demos

); }; export default Header;