pwd desc
Browse files- jobdesc/jdgen.py +1 -0
jobdesc/jdgen.py
CHANGED
@@ -29,6 +29,7 @@ def_specific_benefits = "Parallel Wireless delivers on a People First Strategy.
|
|
29 |
with gr.Blocks() as genjd:
|
30 |
gr.Markdown("# Job Description Generator")
|
31 |
gr.Markdown("Enter Company description, Company website, Hiring needs, Specific benefits and Press Generatate Job Description. ")
|
|
|
32 |
app_pwd = gr.Textbox(label="Enter App Password:", value="")
|
33 |
comp_desc = gr.Textbox(label="Enter Company Description:", value=def_comp_descr)
|
34 |
comp_web = gr.Textbox(label="Enter Company Website:", value=def_comp_web)
|
|
|
29 |
with gr.Blocks() as genjd:
|
30 |
gr.Markdown("# Job Description Generator")
|
31 |
gr.Markdown("Enter Company description, Company website, Hiring needs, Specific benefits and Press Generatate Job Description. ")
|
32 |
+
gr.Markdown("Ensure you have the right password to use this feature and enter it in password section. ")
|
33 |
app_pwd = gr.Textbox(label="Enter App Password:", value="")
|
34 |
comp_desc = gr.Textbox(label="Enter Company Description:", value=def_comp_descr)
|
35 |
comp_web = gr.Textbox(label="Enter Company Website:", value=def_comp_web)
|