tchans123 commited on
Commit
468b33e
·
verified ·
1 Parent(s): 5072521

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -96,7 +96,7 @@ interface = gr.Interface(
96
  gr.Textbox(lines=1, placeholder="Enter the job title...", label="Job Title"),
97
  ],
98
  outputs=gr.Textbox(label="Optimized Resume and ATS Score", lines=20),
99
- title="AI Resume Optimizer with ATS Scoring",
100
  description="Upload your resume and specify a job title to optimize your resume for that position. The system will also calculate an ATS score. Try out other models [here](https://huggingface.co/tchans123)."
101
  )
102
 
 
96
  gr.Textbox(lines=1, placeholder="Enter the job title...", label="Job Title"),
97
  ],
98
  outputs=gr.Textbox(label="Optimized Resume and ATS Score", lines=20),
99
+ title="Ai Resume Optimizer with ATS Scoring",
100
  description="Upload your resume and specify a job title to optimize your resume for that position. The system will also calculate an ATS score. Try out other models [here](https://huggingface.co/tchans123)."
101
  )
102