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