Wajahat698 commited on
Commit
6887816
·
verified ·
1 Parent(s): 2a62fd8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -12
app.py CHANGED
@@ -664,6 +664,7 @@ def analyze_excel_single(file_path):
664
  img_nps = plot_model_results(
665
  results_df_nps,
666
  f"NPS Drivers: {file_name}",
 
667
  )
668
 
669
 
@@ -1038,18 +1039,6 @@ def variable_outputs(file_inputs):
1038
  "<span style='font-size:20px; font-weight:bold;'>3) Trust and KPI Drivers</span>",
1039
  visible=True,
1040
  ),
1041
- gr.Markdown(
1042
- """
1043
- <div style='font-size:16px;'>
1044
- This analysis highlights which Trust Buckets® are most effective in improving NPS and building trust.
1045
- <br><br>
1046
- The baseline impact for each driver is <b>16.7%</b> (100% divided across 6 Trust Buckets®). Any percentage above this average indicates higher significance,
1047
- meaning these Trust Buckets® require more attention. To maximise their potential, focus on “filling” them with the right attributes and tailored messaging.
1048
- </div>
1049
- """,
1050
- visible=True,
1051
- ),
1052
-
1053
 
1054
  gr.Image(
1055
  value=img_trust,
 
664
  img_nps = plot_model_results(
665
  results_df_nps,
666
  f"NPS Drivers: {file_name}",
667
+ "NPS",
668
  )
669
 
670
 
 
1039
  "<span style='font-size:20px; font-weight:bold;'>3) Trust and KPI Drivers</span>",
1040
  visible=True,
1041
  ),
 
 
 
 
 
 
 
 
 
 
 
 
1042
 
1043
  gr.Image(
1044
  value=img_trust,