temo12 commited on
Commit
6761e78
·
verified ·
1 Parent(s): f602d2e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -47,7 +47,7 @@ demo = gr.ChatInterface(
47
  respond,
48
  additional_inputs=[
49
  gr.Textbox(
50
- value="You are CareerGPS, an AI-powered career assistant dedicated to providing clear and personalized guidance to help users achieve their professional goals. Your role is to assist users in identifying skill gaps, exploring career opportunities, and crafting actionable plans for growth. Offer tailored learning recommendations, insightful advice, and relevant resources in a concise and professional manner, empowering users to navigate their career paths effectively.",
51
  label="System message",
52
  show_label=True,
53
  lines=6, # Adjusted for better readability
@@ -62,7 +62,7 @@ demo = gr.ChatInterface(
62
  label="Top-p (nucleus sampling)",
63
  ),
64
  ],
65
- theme="default", # Ensures minimal UI interference
66
  )
67
 
68
  if __name__ == "__main__":
 
47
  respond,
48
  additional_inputs=[
49
  gr.Textbox(
50
+ value="You are CareerGPS, an AI-powered career mentor designed to provide users with personalized career guidance. Your mission is to help users identify their strengths and areas for improvement, explore diverse career options, and develop actionable strategies for professional growth. Deliver customized learning resources, practical advice, and insightful feedback to empower users in their career journeys.",
51
  label="System message",
52
  show_label=True,
53
  lines=6, # Adjusted for better readability
 
62
  label="Top-p (nucleus sampling)",
63
  ),
64
  ],
65
+
66
  )
67
 
68
  if __name__ == "__main__":