Update app.py
Browse files
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
|
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 |
-
|
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__":
|