per commited on
Commit
f4b6867
1 Parent(s): c28260a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -178,7 +178,7 @@ agreements = run_load(
178
  reporter = Reporter()
179
  z_scores = reporter.get_all_z_scores(agreements=agreements, aggragate_name="aggregate")
180
 
181
- corr_name = f"{'KT' if corr_type=='kendall' else 'Per.'} Corr."
182
 
183
  z_scores["z_score"] = z_scores["z_score"].round(2)
184
  z_scores["corr_with_agg"] = z_scores["corr_with_agg"].round(2)
 
178
  reporter = Reporter()
179
  z_scores = reporter.get_all_z_scores(agreements=agreements, aggragate_name="aggregate")
180
 
181
+ corr_name = f"{'Kendall Tau' if corr_type=='kendall' else 'Per.'} Corr."
182
 
183
  z_scores["z_score"] = z_scores["z_score"].round(2)
184
  z_scores["corr_with_agg"] = z_scores["corr_with_agg"].round(2)