Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
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 |
|