willn9 commited on
Commit
cd20648
·
verified ·
1 Parent(s): 4509478

Upgrade to Gradio 5.12.0

Browse files

Upgrade to Gradio 5.12.0
Added description
Output 25 Lines

Files changed (1) hide show
  1. app.py +2 -2
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. Note and disclaimer: even AI can make mistakes. Use with caution at your own risk!",
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