rjiang12 commited on
Commit
9a6792b
·
1 Parent(s): dd97626

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -302,7 +302,7 @@ def bloombergViz(att, val, numblocks, score_templates_df, onRight=False, flip=Fa
302
  # return numFilled * unfilled + numUnFilled * filled;
303
  # return numFilled * filled + numUnFilled * unfilled
304
 
305
- def att_bloombergViz(att, val, numblocks, score_templates_df, onRight=False flip=False):
306
  viz = bloombergViz(att, val, numblocks, score_templates_df, onRight, flip)
307
  attHTML = f"<div style='border-style:solid;border-color:#999;border-radius:12px'>{att}: {round(val*100)}%<br>{viz}</div><br>"
308
  return attHTML
 
302
  # return numFilled * unfilled + numUnFilled * filled;
303
  # return numFilled * filled + numUnFilled * unfilled
304
 
305
+ def att_bloombergViz(att, val, numblocks, score_templates_df, onRight=False, flip=False):
306
  viz = bloombergViz(att, val, numblocks, score_templates_df, onRight, flip)
307
  attHTML = f"<div style='border-style:solid;border-color:#999;border-radius:12px'>{att}: {round(val*100)}%<br>{viz}</div><br>"
308
  return attHTML