Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -60,12 +60,12 @@ career_advice_app = gr.Interface(
|
|
60 |
gr.Textbox(label="Field of Interest (e.g., healthcare, trades, social service, etc., or enter 'not sure')", placeholder="Enter the field which you are interested in... or type 'not sure'."),
|
61 |
gr.Textbox(label="Position Name (e.g., nurse, personal support worker, software developer, plumber, etc., or enter 'not sure')", placeholder="Enter the name of the position you are interested in... or type 'not sure'"),
|
62 |
gr.Textbox(label="Current Qualifications (e.g., studying in high school, high school diploma, college diploma, etc.)", placeholder="Enter your current qualifications ..."),
|
63 |
-
gr.Textbox(label="Likes (e.g., I like working with my hands, I like to work outside, I like to help people, I like teaching, ...", placeholder="Enter activities you like ...", lines=10),
|
64 |
gr.Textbox(label="Skills (e.g., I am good at math, science, languages, computers, research, hand tools, etc.)", placeholder="Skills ...", lines=10),
|
65 |
],
|
66 |
outputs=gr.Textbox(label="Customized Career Advice"),
|
67 |
title="Customized AI-Powered Career Advice - by Wael Nawara",
|
68 |
-
description="Generate a customized career advice using field,
|
69 |
)
|
70 |
|
71 |
# Launch the application
|
|
|
60 |
gr.Textbox(label="Field of Interest (e.g., healthcare, trades, social service, etc., or enter 'not sure')", placeholder="Enter the field which you are interested in... or type 'not sure'."),
|
61 |
gr.Textbox(label="Position Name (e.g., nurse, personal support worker, software developer, plumber, etc., or enter 'not sure')", placeholder="Enter the name of the position you are interested in... or type 'not sure'"),
|
62 |
gr.Textbox(label="Current Qualifications (e.g., studying in high school, high school diploma, college diploma, etc.)", placeholder="Enter your current qualifications ..."),
|
63 |
+
gr.Textbox(label="Likes (e.g., I like working with my hands, I like to work outside, I like to help people, I like teaching, ...)", placeholder="Enter activities you like ...", lines=10),
|
64 |
gr.Textbox(label="Skills (e.g., I am good at math, science, languages, computers, research, hand tools, etc.)", placeholder="Skills ...", lines=10),
|
65 |
],
|
66 |
outputs=gr.Textbox(label="Customized Career Advice"),
|
67 |
title="Customized AI-Powered Career Advice - by Wael Nawara",
|
68 |
+
description="Generate a customized career advice using field, dream job, current qualifications, likes and skills"
|
69 |
)
|
70 |
|
71 |
# Launch the application
|