jzou19950715 commited on
Commit
aecd2c0
·
verified ·
1 Parent(s): 97a9532

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ def analyze_resume_with_lossdog(
52
  try:
53
  openai.api_key = api_key
54
  messages = [
55
- {"role": "system", "content": LOSS DOG_PROMPT},
56
  {"role": "system", "content": f"Resume Content:\n{markdown_text}"},
57
  ] + history
58
 
 
52
  try:
53
  openai.api_key = api_key
54
  messages = [
55
+ {{"role": "system", "content": LOSS DOG PROMPT},
56
  {"role": "system", "content": f"Resume Content:\n{markdown_text}"},
57
  ] + history
58