Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ if __name__ == "__main__":
|
|
32 |
[
|
33 |
gr.inputs.Textbox(lines=40, label="Job posting"),
|
34 |
],
|
35 |
-
gr.outputs.Textbox(label="
|
36 |
title="GenAI_CoverLetter",
|
37 |
description="GenAI_CoverLetter is a tool that generates cover letters for job postings.",
|
38 |
).launch()
|
|
|
32 |
[
|
33 |
gr.inputs.Textbox(lines=40, label="Job posting"),
|
34 |
],
|
35 |
+
gr.outputs.Textbox(label="Cover letter"),
|
36 |
title="GenAI_CoverLetter",
|
37 |
description="GenAI_CoverLetter is a tool that generates cover letters for job postings.",
|
38 |
).launch()
|