willn9 commited on
Commit
4911b2b
·
verified ·
1 Parent(s): a19a481

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -58,14 +58,14 @@ career_advice_app = gr.Interface(
58
  allow_flagging="never", # Deactivate the flag function in gradio as it is not needed.
59
  inputs=[
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="This App will generate an AI-powered customized career advice based on the career field which you select, your dream job, current qualifications, likes and skills - but a word of caustion: even AI makes mistakes!"
69
  )
70
 
71
  # Launch the application
 
58
  allow_flagging="never", # Deactivate the flag function in gradio as it is not needed.
59
  inputs=[
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="Your Dream Job (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="This App will generate an AI-powered customized career advice based on the career field which you select, your dream job, current qualifications, likes and skills. A word of caution: even AI makes mistakes!"
69
  )
70
 
71
  # Launch the application