Skip to content

Commit

Permalink
chore: modify file support reminder
Browse files Browse the repository at this point in the history
  • Loading branch information
guangzhengli committed Apr 18, 2023
1 parent ef8618e commit 18cdc7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chatfiles-ui/components/Chat/Upload.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const Upload = ({onIndexChange, handleIsUploading, handleIsUploadSuccess,
<p className="mb-2 text-sm text-gray-500 dark:text-gray-400"><span className="font-semibold">Click to upload</span> or
drag and drop</p>
<p className="text-xs text-gray-500 dark:text-gray-400">File supported types: TXT, PDF, EPUB,
Markdown...</p>
Markdown, Zip...</p>
</div>
<input id="dropzone-file" type="file" className="hidden" onChange={(e) => {
if (e.target.files && e.target.files[0]) {
Expand Down

0 comments on commit 18cdc7f

Please sign in to comment.