pratikshahp commited on
Commit
dce8793
·
verified ·
1 Parent(s): 77b3fb2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ client = OpenAI(api_key=api_key)
11
 
12
  # Function to generate game cards based on job profile
13
  def generate_game_cards(job_profile):
14
- system_prompt = f"""Generate a brief, plain-text overview for the career {job_profile}. The output should include:
15
 
16
  Title: {job_profile}
17
  Overview: A short description of the role.
 
11
 
12
  # Function to generate game cards based on job profile
13
  def generate_game_cards(job_profile):
14
+ system_prompt = f"""Generate a complete set of game cards for the career {job_profile}. The output should include the following:
15
 
16
  Title: {job_profile}
17
  Overview: A short description of the role.