connectwithprakash commited on
Commit
7b9b049
·
verified ·
1 Parent(s): 8a66807

Fix syntax error

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ def get_person_bio(first_name: str, last_name: str) -> str:
41
  last_name: last name of the person
42
  """
43
  details = {
44
- "Prakash Chaudhary": "Prakash is an employee of Fetch Rewards, Inc. He loves working with agents and has in-depth knowledge around the field."
45
  "John Doe": "No one"
46
 
47
  }
 
41
  last_name: last name of the person
42
  """
43
  details = {
44
+ "Prakash Chaudhary": "Prakash is an employee of Fetch Rewards, Inc. He loves working with agents and has in-depth knowledge around the field.",
45
  "John Doe": "No one"
46
 
47
  }