Wajahat698 commited on
Commit
f69c9fe
·
verified ·
1 Parent(s): e83cbbb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -684,10 +684,7 @@ def analyze_excel_single(file_path):
684
  "TrustBuilders®": messages,
685
  "%": percentages,
686
  }
687
- df_builder_pivot = pd.DataFrame(builder_consolidated).style.applymap(
688
- lambda _: f"background-color: {bucket_colors.get(_, '')}",
689
- subset=list(bucket_colors.keys())
690
- )
691
 
692
 
693
  # Define the order of the Trust Bucket® categories
 
684
  "TrustBuilders®": messages,
685
  "%": percentages,
686
  }
687
+ df_builder_pivot = pd.DataFrame(builder_consolidated)
 
 
 
688
 
689
 
690
  # Define the order of the Trust Bucket® categories