rjiang12 commited on
Commit
5a4c6f3
·
1 Parent(s): f0fde4e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -347,7 +347,7 @@ def startBiasTest(test_sentences_df, gr1, gr2, att1, att2, model_name, progress=
347
 
348
  per_attrib_bias_HTML = ""
349
  for att, score in bias_stats_dict['per_attribute'].items():
350
- per_attrib_bias += att_bloombergViz(att, score)
351
 
352
  # bias score
353
  #test_pairs_df['bias_score'] = 0
 
347
 
348
  per_attrib_bias_HTML = ""
349
  for att, score in bias_stats_dict['per_attribute'].items():
350
+ per_attrib_bias_HTML += att_bloombergViz(att, score)
351
 
352
  # bias score
353
  #test_pairs_df['bias_score'] = 0