Spaces:
Runtime error
Runtime error
Update claim_details.py
Browse files- claim_details.py +1 -1
claim_details.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
def get_claim_details():
|
2 |
-
return {"name": "Customer Name <>"
|
3 |
|
4 |
def get_injury_details():
|
5 |
return "This is a sample injury description"
|
|
|
1 |
def get_claim_details():
|
2 |
+
return {"name": "Customer Name <>", "age": "Claimant's Age <>", "occupation": "Occupation of the claimant"}
|
3 |
|
4 |
def get_injury_details():
|
5 |
return "This is a sample injury description"
|