Update app.py
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ def cv_rating(cv_data):
|
|
47 |
|
48 |
jd_sum = gr.Interface(
|
49 |
fn=process_jd, # function to process the text
|
50 |
-
inputs=gr.Textbox(lines=30, label="Job Description"),
|
51 |
outputs=gr.Textbox(lines=30, label="JD Summary", show_copy_button=True),
|
52 |
live=False,
|
53 |
title="Job Description Summarizer",
|
|
|
47 |
|
48 |
jd_sum = gr.Interface(
|
49 |
fn=process_jd, # function to process the text
|
50 |
+
inputs=gr.Textbox(lines=30, label="Job Description", placeholder="Paste the job description here"),
|
51 |
outputs=gr.Textbox(lines=30, label="JD Summary", show_copy_button=True),
|
52 |
live=False,
|
53 |
title="Job Description Summarizer",
|