bring back code interpreter example

This commit is contained in:
zaidmukaddam 2024-08-22 10:37:11 +05:30
parent 28de547c97
commit cf0e0fe2aa

View File

@ -43,7 +43,8 @@ import {
Download, Download,
Flame, Flame,
Video, Video,
Sun Sun,
Terminal
} from 'lucide-react'; } from 'lucide-react';
import { import {
HoverCard, HoverCard,
@ -1070,7 +1071,7 @@ export default function Home() {
{ icon: <Flame className="w-5 h-5 text-gray-400" />, text: "What's new with XAI's Grok?" }, { icon: <Flame className="w-5 h-5 text-gray-400" />, text: "What's new with XAI's Grok?" },
{ icon: <Sparkles className="w-5 h-5 text-gray-400" />, text: "Latest updates on OpenAI" }, { icon: <Sparkles className="w-5 h-5 text-gray-400" />, text: "Latest updates on OpenAI" },
{ icon: <Sun className="w-5 h-5 text-gray-400" />, text: "Weather in Doha" }, { icon: <Sun className="w-5 h-5 text-gray-400" />, text: "Weather in Doha" },
{ icon: <Video className="w-5 h-5 text-gray-400" />, text: "What are people saying about Llama 3.1?" }, { icon: <Terminal className="w-5 h-5 text-gray-400" />, text: "Count the no. of r's in strawberry" },
]; ];
const Navbar = () => ( const Navbar = () => (