pankajrajdeo commited on
Commit
2b9969b
·
1 Parent(s): dcffd00

Update app.py: adjust file handling and UI for resume optimization

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -162,7 +162,7 @@ with gr.Blocks(css=".output-column { width: 700px; }") as demo:
162
  gr.Markdown(
163
  "Create an optimized resume, job research report, and interview question sheet "
164
  "by simply uploading your resume, entering the company name, and providing the job posting URL. "
165
- "This tool leverages multi-Agentic AI and web search to analyze job descriptions, research the company, and "
166
  "tailor your resume for better ATS compatibility and job relevance."
167
  )
168
  openai_api_key_input = gr.Textbox(label="OpenAI API Key", type="password", placeholder="Enter OpenAI API Key")
 
162
  gr.Markdown(
163
  "Create an optimized resume, job research report, and interview question sheet "
164
  "by simply uploading your resume, entering the company name, and providing the job posting URL. "
165
+ "This tool leverages multi-agentic AI and web search to analyze job descriptions, research the company, and "
166
  "tailor your resume for better ATS compatibility and job relevance."
167
  )
168
  openai_api_key_input = gr.Textbox(label="OpenAI API Key", type="password", placeholder="Enter OpenAI API Key")