willn9 commited on
Commit
5e95df2
·
verified ·
1 Parent(s): c277711

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -49,8 +49,8 @@ career_advice_app = gr.Interface(
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 Career Advice, powered by OpenAI GPT 4, Developed by wn",
53
- description="This app provides AI-powered customized career advice based on your input. Note: even AI can make mistakes!",
54
  )
55
 
56
  # Launch the application
 
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",
53
+ description="This app provides AI-powered customized career advice based on your input. Powered by OpenAI GPT 4. Developed by wn. Note and disclaimer: even AI can make mistakes. Use with caution at your own risk!",
54
  )
55
 
56
  # Launch the application