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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -42,8 +42,8 @@ career_advice_app = gr.Interface(
42
  fn=generate_career_advice,
43
  allow_flagging="never",
44
  inputs=[
45
- gr.Textbox(label="Desired Career Field", placeholder="Enter the field you're interested in or type 'not sure'."),
46
- gr.Textbox(label="Your Dream Job", placeholder="Enter your dream job 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),
 
42
  fn=generate_career_advice,
43
  allow_flagging="never",
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)", lines=2),
49
  gr.Textbox(label="Skills", placeholder="Enter your skills (e.g., math, science, languages, working with tools, ...)", lines=2),