willn9 commited on
Commit
a19a481
·
verified ·
1 Parent(s): 91c8243

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ career_advice_app = gr.Interface(
65
  ],
66
  outputs=gr.Textbox(label="Customized Career Advice"),
67
  title="Customized AI-Powered Career Advice - by Wael Nawara",
68
- description="Generate a customized career advice using field, dream job, current qualifications, likes and skills"
69
  )
70
 
71
  # Launch the application
 
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