Spaces:
Running
Running
Upgrade to Gradio 5.12.0
Browse filesUpgrade to Gradio 5.12.0
Added description
Output 25 Lines
app.py
CHANGED
@@ -48,9 +48,9 @@ career_advice_app = gr.Interface(
|
|
48 |
gr.Textbox(label="Likes", placeholder="Enter things you like (e.g., helping people, working with my hands, solving puzzels, caring for animals, building things, etc.)", lines=2),
|
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.
|
54 |
)
|
55 |
|
56 |
# Launch the application
|
|
|
48 |
gr.Textbox(label="Likes", placeholder="Enter things you like (e.g., helping people, working with my hands, solving puzzels, caring for animals, building things, etc.)", lines=2),
|
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", lines=25),
|
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. Disclaimer: AI can make mistakes. Use with caution at your own risk!",
|
54 |
)
|
55 |
|
56 |
# Launch the application
|