Update app.py
Browse files
app.py
CHANGED
@@ -39,6 +39,7 @@ if __name__ == "__main__":
|
|
39 |
gr.inputs.Textbox(lines=5, label="My Cover Letter"),
|
40 |
gr.inputs.Textbox(lines=10, label="Job Posting")
|
41 |
],
|
|
|
42 |
examples=[[
|
43 |
"""
|
44 |
Dear Hiring Manager,
|
@@ -89,9 +90,7 @@ if __name__ == "__main__":
|
|
89 |
|
90 |
At FourthBrain, we value open collaboration, communication, and lifelong learning.
|
91 |
"""
|
92 |
-
|
93 |
]],
|
94 |
-
gr.outputs.Textbox(label="Cover Letter"),
|
95 |
title="CoverLetter-GenAI-adapter",
|
96 |
description="Write a cover letter for you based on job description.",
|
97 |
).launch()
|
|
|
39 |
gr.inputs.Textbox(lines=5, label="My Cover Letter"),
|
40 |
gr.inputs.Textbox(lines=10, label="Job Posting")
|
41 |
],
|
42 |
+
gr.outputs.Textbox(label="Cover Letter"),
|
43 |
examples=[[
|
44 |
"""
|
45 |
Dear Hiring Manager,
|
|
|
90 |
|
91 |
At FourthBrain, we value open collaboration, communication, and lifelong learning.
|
92 |
"""
|
|
|
93 |
]],
|
|
|
94 |
title="CoverLetter-GenAI-adapter",
|
95 |
description="Write a cover letter for you based on job description.",
|
96 |
).launch()
|