saherPervaiz commited on
Commit
d64f98a
Β·
verified Β·
1 Parent(s): 646e4f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Filter 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():
 
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():