barghavani commited on
Commit
e2a3cdc
·
verified ·
1 Parent(s): 156fc3d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -99,7 +99,11 @@ def main():
99
  inputs=[input_api_key, input_pdf_file],
100
  outputs=output_yaml,
101
  title="Resume to YAML Formatter",
102
- description="Upload a PDF resume and enter your OpenAI API key to get it formatted to a YAML template.",
 
 
 
 
103
  )
104
 
105
  iface.launch(debug=True, share=True)
 
99
  inputs=[input_api_key, input_pdf_file],
100
  outputs=output_yaml,
101
  title="Resume to YAML Formatter",
102
+ description="""This tool allows you to upload a PDF resume and formats it into a YAML template,
103
+ suitable for modern Applicant Tracking Systems. Please provide your OpenAI API key (you can obtain one
104
+ from [OpenAI](https://platform.openai.com/api-keys)) and upload your resume as a PDF. The backend is powered by Python and
105
+ uses the LangChain 🦜️🔗 library for processing. For more information and updates, visit my [GitHub](https://github.com/barghavanii/Resume-analytics-).""",
106
+ allow_flagging="never",
107
  )
108
 
109
  iface.launch(debug=True, share=True)