Wajahat698 commited on
Commit
f970991
·
verified ·
1 Parent(s): c73ca9a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -2040,9 +2040,12 @@ with gr.Blocks(css=css,js=js_func) as demo:
2040
  visible=True,
2041
  )
2042
  gr.Markdown(
2043
- "This analysis shows you the average of the score across the six trust buckets. Because respondents assess their trust more granular in each Trust Bucket®, the Trust Composite Score is more accurate than just asking for ‘Trust’.",
 
 
2044
  visible=True,
2045
  )
 
2046
  trust_score_output = gr.HTML()
2047
 
2048
  with gr.Column():
 
2040
  visible=True,
2041
  )
2042
  gr.Markdown(
2043
+ "This analysis shows you the average score across the Six Buckets of Trust®. "
2044
+ "Because respondents assess their trust more granular in each Trust Bucket®, the Trust Composite "
2045
+ "Score is more accurate than just asking for ‘Trust’.",
2046
  visible=True,
2047
  )
2048
+
2049
  trust_score_output = gr.HTML()
2050
 
2051
  with gr.Column():