We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e22c5ce commit cc8402eCopy full SHA for cc8402e
examples/agents-researcher/app/page.tsx
@@ -43,7 +43,7 @@ const Page = () => {
43
const [agentInfoDisplay, setAgentInfoDisplay] = useState<AgentName | false>(
44
false
45
);
46
- const [currentStep, setCurrentStep] = useState(4);
+ const [currentStep, setCurrentStep] = useState(0);
47
48
// form submit handler
49
const handleSend = async (e: FormEvent<HTMLFormElement>) => {
@@ -193,7 +193,7 @@ const Page = () => {
193
194
<div className="pb-24">
195
{/* header */}
196
- <header className="bg-zinc-50 text-center">
+ <header className="bg-purple-50 text-center">
197
<div className="mx-auto max-w-screen-sm px-6 py-12">
198
<h1 className="text-2xl font-bold">Cross Reference Agent</h1>
199
0 commit comments