Sasidhar commited on
Commit
6ab4f0d
·
1 Parent(s): cf3ff16

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -210,7 +210,7 @@ elif selected_menu == "Claim Status Report":
210
  claim_attributes = get_claim_details()
211
 
212
  for label,value in claim_attributes.items():
213
- st.metric(label, value, delta=None, delta_color="normal", help=None)
214
 
215
  st.subheader("Injury Details:")
216
  injury_details = get_injury_details()
 
210
  claim_attributes = get_claim_details()
211
 
212
  for label,value in claim_attributes.items():
213
+ st.metric(label, value, delta=None, delta_color="normal")
214
 
215
  st.subheader("Injury Details:")
216
  injury_details = get_injury_details()