diff --git a/src/components/ai-recruiter/AIRecruiterForm.tsx b/src/components/ai-recruiter/AIRecruiterForm.tsx index ca5fe834..232a0f18 100644 --- a/src/components/ai-recruiter/AIRecruiterForm.tsx +++ b/src/components/ai-recruiter/AIRecruiterForm.tsx @@ -239,84 +239,91 @@ export default function AIRecruiterForm({ onSubmit, isGenerating }: AIRecruiterF
-
- {/* Custom Label with Tooltip */} -

- Customer Data Upload - -

-

- Upload existing customer data to create more realistic and accurate synthetic personas. This helps the AI understand your target audience better. -

+ + + + + Customer Data Upload (Optional) + + + + +
+

+ Upload existing customer data to create more realistic and accurate synthetic personas. This helps the AI understand your target audience better. +

- { - setCurrentFiles(files); - setUploadedFiles(files.length > 0 ? createFileList(files) : null); - }} - /> -
+ { + setCurrentFiles(files); + setUploadedFiles(files.length > 0 ? createFileList(files) : null); + }} + /> +
- {/* What data should I upload? */} -
-

- What data should I upload? -

-

- LLMs work well with large amounts of unstructured information. The more information you give the AI about your target audience, the more precise the personas. -

- -
+ {/* What data should I upload? */} +
+

+ What data should I upload? +

+

+ LLMs work well with large amounts of unstructured information. The more information you give the AI about your target audience, the more precise the personas. +

+ +
-
-
- -

What's included in the personas?

-
- -
+
+
+ +

What's included in the personas?

+
+ +
+ + +