pratikshahp commited on
Commit
29b5547
·
verified ·
1 Parent(s): 91f7642

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -13,7 +13,8 @@ client = OpenAI(api_key=api_key)
13
  def generate_game_cards(job_profile):
14
  system_message = """You are an interactive career card developer.
15
  Generate a plain-text game card for any career.
16
- The response should NOT contain Markdown formatting, asterisks, or bullet points.
 
17
  Keep the text structured but in simple plain text format.
18
  """
19
 
 
13
  def generate_game_cards(job_profile):
14
  system_message = """You are an interactive career card developer.
15
  Generate a plain-text game card for any career.
16
+ The response should NOT contain Markdown formatting.
17
+ Add points wherever required.
18
  Keep the text structured but in simple plain text format.
19
  """
20