Spaces:
Running
Running
Update app.py
Browse files
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 |
|