Sasidhar commited on
Commit
47213fc
1 Parent(s): 66850fd

Update claim_details.py

Browse files
Files changed (1) hide show
  1. claim_details.py +1 -1
claim_details.py CHANGED
@@ -1,5 +1,5 @@
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"
 
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"