Update interface instructions for CV evaluation process
Browse files
app.py
CHANGED
@@ -84,14 +84,14 @@ css = """
|
|
84 |
# Interfaz Gradio:
|
85 |
with gr.Blocks(css=css) as interface:
|
86 |
gr.Markdown("""
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
# Inputs
|
96 |
job_text_input = gr.Textbox(label="Vacancy Title", lines=1, placeholder="Enter the vacancy title")
|
97 |
gr.Markdown("Required Experience")
|
|
|
84 |
# Interfaz Gradio:
|
85 |
with gr.Blocks(css=css) as interface:
|
86 |
gr.Markdown("""
|
87 |
+
Evaluate a CV against a job position using AI. Enter the job title in the **'Vacancy Title'** field and paste \
|
88 |
+
the CV in plain text in the **'CV in Text Format'** box. Enter the desired experience in months or years under **'Required Experience'**. \
|
89 |
+
Expand the **'Advanced options'** section to adjust the number of positions analyzed and set distance thresholds for the matching \
|
90 |
+
score based on embeddings distance evaluation.
|
91 |
+
Click the **'Process'** button to analyze the CV. The results will be displayed in a structured JSON format below. \
|
92 |
+
Reset the inputs using the **'Clear'** button.
|
93 |
+
At the bottom of the interface, you can find predefined examples to quickly test the app with sample data.
|
94 |
+
""")
|
95 |
# Inputs
|
96 |
job_text_input = gr.Textbox(label="Vacancy Title", lines=1, placeholder="Enter the vacancy title")
|
97 |
gr.Markdown("Required Experience")
|