Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ career_advice_app = gr.Interface(
|
|
44 |
inputs=[
|
45 |
gr.Textbox(label="Desired Career Field", placeholder="Enter the field you're interested in (e.g., healthcare, trades, IT, ...) or type 'not sure'."),
|
46 |
gr.Textbox(label="Your Dream Job", placeholder="Enter your dream job (e.g., software developer, plumber, digital marketing specialist, ...) or type 'not sure'."),
|
47 |
-
gr.Textbox(label="Current Qualifications and Certifications", placeholder="Enter your qualifications"),
|
48 |
gr.Textbox(label="Likes", placeholder="Enter things you like (e.g., helping others, working with hands, solving puzzels, caring for animals, building things, etc.)", lines=2),
|
49 |
gr.Textbox(label="Skills", placeholder="Enter your skills (e.g., math, science, languages, working with tools, ...)", lines=2),
|
50 |
],
|
|
|
44 |
inputs=[
|
45 |
gr.Textbox(label="Desired Career Field", placeholder="Enter the field you're interested in (e.g., healthcare, trades, IT, ...) or type 'not sure'."),
|
46 |
gr.Textbox(label="Your Dream Job", placeholder="Enter your dream job (e.g., software developer, plumber, digital marketing specialist, ...) or type 'not sure'."),
|
47 |
+
gr.Textbox(label="Current Qualifications and Certifications", placeholder="Enter your qualifications (e.g., studying at high school, college business diploma, ...)"),
|
48 |
gr.Textbox(label="Likes", placeholder="Enter things you like (e.g., helping others, working with hands, solving puzzels, caring for animals, building things, etc.)", lines=2),
|
49 |
gr.Textbox(label="Skills", placeholder="Enter your skills (e.g., math, science, languages, working with tools, ...)", lines=2),
|
50 |
],
|