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