rairo commited on
Commit
741bfcf
·
verified ·
1 Parent(s): b59c2f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -83,7 +83,7 @@ def calculate_kpis(df):
83
  "best_performing_branch": best_branch
84
  }
85
 
86
- return json.dumps(kpis, indent=4)
87
 
88
 
89
  def get_pandas_profile(df):
 
83
  "best_performing_branch": best_branch
84
  }
85
 
86
+ return kpis
87
 
88
 
89
  def get_pandas_profile(df):