Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -494,6 +494,13 @@ print(initialization_status)
|
|
| 494 |
|
| 495 |
with gr.Blocks(theme=gr.themes.Soft()) as ui:
|
| 496 |
gr.Markdown("# Hybrid Career Planner & Skill Gap Analyzer")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 497 |
initial_matches_state = gr.State()
|
| 498 |
missing_skills_state = gr.State([])
|
| 499 |
skills_offset_state = gr.State(0)
|
|
|
|
| 494 |
|
| 495 |
with gr.Blocks(theme=gr.themes.Soft()) as ui:
|
| 496 |
gr.Markdown("# Hybrid Career Planner & Skill Gap Analyzer")
|
| 497 |
+
gr.Markdown(
|
| 498 |
+
"""
|
| 499 |
+
Welcome to your personal career co-pilot! This tool uses AI to match your dream job description
|
| 500 |
+
with real-world roles. Add your skills to see a detailed analysis of where you stand and what
|
| 501 |
+
you need to learn to land the job.
|
| 502 |
+
"""
|
| 503 |
+
)
|
| 504 |
initial_matches_state = gr.State()
|
| 505 |
missing_skills_state = gr.State([])
|
| 506 |
skills_offset_state = gr.State(0)
|