Wajahat698 commited on
Commit
d1c0222
·
verified ·
1 Parent(s): 37467fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +25 -8
app.py CHANGED
@@ -1999,15 +1999,32 @@ def highlight_button(button_name):
1999
  with gr.Blocks(css=css,js=js_func) as demo:
2000
  with gr.Column():
2001
  gr.Markdown(
2002
- "<span style='font-size:20px; font-weight:bold;'>Click 'Volkswagen Owners' or 'Volkswagen Prospects' to see the full results and play with the TrustifierAI.</span>",
2003
- visible=True,
2004
- )
 
 
 
 
 
 
 
 
 
 
 
2005
  gr.Markdown(
2006
- "Volkswagen Example\n\n"
2007
- "As a default, the analysis displays Volkswagen Owner results. To trigger the analysis for Prospects, toggle to ‘VW Prospects’. "
2008
- "If you include your competitors in your survey, you can also see their results.",
2009
- visible=True,
2010
- )
 
 
 
 
 
 
2011
 
2012
  with gr.Column():
2013
  with gr.Row():
 
1999
  with gr.Blocks(css=css,js=js_func) as demo:
2000
  with gr.Column():
2001
  gr.Markdown(
2002
+ """
2003
+ ### Which Trust Buckets® are the most important to your audience and how do you fill them best?
2004
+
2005
+ To use TrustAnalyser®, you first insert the TrustLogic® quantitative statements into any of your surveys.
2006
+ The module consists of six statements that have been extensively modeled, calibrated, and proven in
2007
+ practice for over 14 years.
2008
+
2009
+ Once your survey results are in, you can export the data as a CSV. Use our Excel template, or seamlessly
2010
+ link your SurveyMonkey survey to our Analyser interface. From there, TrustAnalyser® helps you quickly
2011
+ identify which Trust Buckets® resonate most with your audience and the specific TrustBuilders® that
2012
+ will fill them effectively.
2013
+ """
2014
+ )
2015
+
2016
  gr.Markdown(
2017
+ """
2018
+ <span style="font-size:22px; font-weight:bold;">Volkswagen Example</span><br>
2019
+ <span style="font-size:18px;">
2020
+ As a default, the analysis displays <strong>Volkswagen Owner</strong> results. To trigger the analysis for
2021
+ <strong>Prospects</strong>, toggle to ‘VW Prospects’.
2022
+ If you include your competitors in your survey, you can also see their results.
2023
+ </span>
2024
+ """,
2025
+ visible=True,
2026
+ )
2027
+
2028
 
2029
  with gr.Column():
2030
  with gr.Row():