Spaces:
Sleeping
Sleeping
acarey5 commited on
Commit ·
ba6c9ff
1
Parent(s): 8ab3794
fix
Browse files
app.py
CHANGED
|
@@ -720,7 +720,7 @@ with gr.Blocks(
|
|
| 720 |
Upload a resume, analyze a built-in or custom company list, and get ranked companies, matching jobs, and recruiter talking points in a clean workflow.
|
| 721 |
</p>
|
| 722 |
<div class="hero-meta">
|
| 723 |
-
<div class="hero-pill"><strong>Resume Parsing</strong>
|
| 724 |
<div class="hero-pill"><strong>Job Discovery</strong>Resolves real jobs pages behind career search shells.</div>
|
| 725 |
<div class="hero-pill"><strong>Actionable Output</strong>Ranked targets, matching roles, and talking points.</div>
|
| 726 |
</div>
|
|
@@ -738,7 +738,7 @@ with gr.Blocks(
|
|
| 738 |
</div>
|
| 739 |
<div class="chip-row">
|
| 740 |
<span class="chip">Dark Mode Default</span>
|
| 741 |
-
<span class="chip">
|
| 742 |
<span class="chip">Built-In NSBE Dataset</span>
|
| 743 |
</div>
|
| 744 |
""",
|
|
@@ -762,7 +762,10 @@ with gr.Blocks(
|
|
| 762 |
gr.Markdown("<div class='subcard-title'>Analysis Settings</div>")
|
| 763 |
use_ai_parser_input = gr.Checkbox(
|
| 764 |
value=True,
|
| 765 |
-
label="Use AI
|
|
|
|
|
|
|
|
|
|
| 766 |
)
|
| 767 |
max_companies_input = gr.Slider(
|
| 768 |
minimum=5,
|
|
|
|
| 720 |
Upload a resume, analyze a built-in or custom company list, and get ranked companies, matching jobs, and recruiter talking points in a clean workflow.
|
| 721 |
</p>
|
| 722 |
<div class="hero-meta">
|
| 723 |
+
<div class="hero-pill"><strong>Resume Parsing</strong>Uses AI to extract structured information from your resume.</div>
|
| 724 |
<div class="hero-pill"><strong>Job Discovery</strong>Resolves real jobs pages behind career search shells.</div>
|
| 725 |
<div class="hero-pill"><strong>Actionable Output</strong>Ranked targets, matching roles, and talking points.</div>
|
| 726 |
</div>
|
|
|
|
| 738 |
</div>
|
| 739 |
<div class="chip-row">
|
| 740 |
<span class="chip">Dark Mode Default</span>
|
| 741 |
+
<span class="chip">AI Resume Parsing</span>
|
| 742 |
<span class="chip">Built-In NSBE Dataset</span>
|
| 743 |
</div>
|
| 744 |
""",
|
|
|
|
| 762 |
gr.Markdown("<div class='subcard-title'>Analysis Settings</div>")
|
| 763 |
use_ai_parser_input = gr.Checkbox(
|
| 764 |
value=True,
|
| 765 |
+
label="Use AI Resume Parser",
|
| 766 |
+
)
|
| 767 |
+
gr.Markdown(
|
| 768 |
+
"<div class='results-note'>Uses AI to extract structured information from your resume.</div>"
|
| 769 |
)
|
| 770 |
max_companies_input = gr.Slider(
|
| 771 |
minimum=5,
|