Update ingestion.tsx

This commit is contained in:
Nicolas 2024-07-24 18:15:51 -04:00
parent 92843a356d
commit 6ad7e24403

View File

@ -627,11 +627,11 @@ export default function FirecrawlComponent() {
</span> </span>
</CardTitle> </CardTitle>
<CardContent className="relative px-0 pt-2 !text-xs w-full"> <CardContent className="relative px-0 pt-2 !text-xs w-full">
<div className=" overflow-y-auto bg-zinc-100 rounded-md p-2 w-full"> <div className=" overflow-y-auto h-32 bg-zinc-100 rounded-md p-2 w-full">
{result.success ? ( {result.success ? (
<> <>
<pre className="text-xs whitespace-pre-wrap"> <pre className="text-xs whitespace-pre-wrap">
{result.data.markdown.trim().slice(0, 200)}... {result.data.markdown.trim()}
</pre> </pre>
</> </>
) : ( ) : (