Skip to content

Commit

Permalink
Update Content.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
kartikpersistent authored Jan 21, 2025
1 parent b533599 commit 0ec182e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/Content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -917,11 +917,11 @@ const Content: React.FC<ContentProps> = ({
)
)}
</div>
<Callout
{connectionStatus&&(<Callout
className='!w-[93%] m-auto '
type='note'
description={`Large files may be partially processed up to ${chunksToBeProces} chunks due to resource limits. If you need more comprehensive processing, consider splitting larger documents.`}
></Callout>
></Callout>)}
</Flex>

<FileTable
Expand Down

0 comments on commit 0ec182e

Please sign in to comment.