willn9 commited on
Commit
1b25c47
·
verified ·
1 Parent(s): 63b8649

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ career_advice_app = gr.Interface(
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)", lines=2),
49
  gr.Textbox(label="Skills", placeholder="Enter your skills (e.g., math, science, languages, working with tools, ...)", lines=2),
50
  ],
51
  outputs=gr.Textbox(label="Customized Career Advice"),
 
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
  ],
51
  outputs=gr.Textbox(label="Customized Career Advice"),