willn9 commited on
Commit
780ae05
·
verified ·
1 Parent(s): 4f056fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ 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-Powered Career Advice",
53
  description="This app provides AI-powered customized career advice based on your input. Note: even AI can make mistakes!",
54
  )
55
 
 
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 - by wn",
53
  description="This app provides AI-powered customized career advice based on your input. Note: even AI can make mistakes!",
54
  )
55