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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -44,9 +44,9 @@ career_advice_app = gr.Interface(
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=10),
49
- gr.Textbox(label="Skills", placeholder="Enter your skills (e.g., math, science, languages)...", lines=10),
50
  ],
51
  outputs=gr.Textbox(label="Customized Career Advice"),
52
  title="Customized AI-Powered Career Advice",
 
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),
50
  ],
51
  outputs=gr.Textbox(label="Customized Career Advice"),
52
  title="Customized AI-Powered Career Advice",