ericjedha commited on
Commit
88f6aab
·
verified ·
1 Parent(s): add6832

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -171,7 +171,7 @@ def page_dashboard():
171
  # ========================== MÉTRIQUES ==========================
172
  total_frauds = summary['total_frauds']
173
  total_no_frauds = summary['total_no_frauds']
174
- saved_amount = int(round(summary['total_fraud_amount'] * 1.5))
175
 
176
  col1, col2, col3 = st.columns(3)
177
  with col1:
 
171
  # ========================== MÉTRIQUES ==========================
172
  total_frauds = summary['total_frauds']
173
  total_no_frauds = summary['total_no_frauds']
174
+ saved_amount = int(summary['total_fraud_amount'] * 1.5)
175
 
176
  col1, col2, col3 = st.columns(3)
177
  with col1: