Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -17,8 +17,8 @@ def generate_game_cards(job_profile):
|
|
17 |
Keep the text structured but in simple plain text format.
|
18 |
"""
|
19 |
|
20 |
-
user_message = f"""
|
21 |
-
|
22 |
- Title: The job title.
|
23 |
- Overview: A short description of the role.
|
24 |
- Pros & Cons: List 3-4 key pros and cons in full sentences.
|
|
|
17 |
Keep the text structured but in simple plain text format.
|
18 |
"""
|
19 |
|
20 |
+
user_message = f"""Generate a complete set of game cards for the career {job_profile}. The output should include the following:
|
21 |
+
Career Card:
|
22 |
- Title: The job title.
|
23 |
- Overview: A short description of the role.
|
24 |
- Pros & Cons: List 3-4 key pros and cons in full sentences.
|