Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -63,7 +63,7 @@ def clear_data():
|
|
63 |
|
64 |
# π Redesigned Gradio Interface with Blocks
|
65 |
with gr.Blocks() as app:
|
66 |
-
gr.Markdown("## π CV
|
67 |
gr.Markdown("Upload candidate CVs, enter a job description, and let AI find the top matches using Groq + FAISS.")
|
68 |
|
69 |
with gr.Row():
|
|
|
63 |
|
64 |
# π Redesigned Gradio Interface with Blocks
|
65 |
with gr.Blocks() as app:
|
66 |
+
gr.Markdown("## π CV Matcher App")
|
67 |
gr.Markdown("Upload candidate CVs, enter a job description, and let AI find the top matches using Groq + FAISS.")
|
68 |
|
69 |
with gr.Row():
|