Fix syntax error
Browse files
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 |
}
|