Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -2001,7 +2001,6 @@ with gr.Blocks(css=css,js=js_func) as demo:
|
|
| 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.
|
|
@@ -2015,12 +2014,11 @@ with gr.Blocks(css=css,js=js_func) as demo:
|
|
| 2015 |
|
| 2016 |
gr.Markdown(
|
| 2017 |
"""
|
| 2018 |
-
<span style="font-size:
|
| 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 |
-
|
| 2024 |
""",
|
| 2025 |
visible=True,
|
| 2026 |
)
|
|
|
|
| 2001 |
gr.Markdown(
|
| 2002 |
"""
|
| 2003 |
### Which Trust Buckets® are the most important to your audience and how do you fill them best?
|
|
|
|
| 2004 |
To use TrustAnalyser®, you first insert the TrustLogic® quantitative statements into any of your surveys.
|
| 2005 |
The module consists of six statements that have been extensively modeled, calibrated, and proven in
|
| 2006 |
practice for over 14 years.
|
|
|
|
| 2014 |
|
| 2015 |
gr.Markdown(
|
| 2016 |
"""
|
| 2017 |
+
<span style="font-size:15px;">Volkswagen Example</span><br>
|
|
|
|
| 2018 |
As a default, the analysis displays <strong>Volkswagen Owner</strong> results. To trigger the analysis for
|
| 2019 |
<strong>Prospects</strong>, toggle to ‘VW Prospects’.
|
| 2020 |
If you include your competitors in your survey, you can also see their results.
|
| 2021 |
+
|
| 2022 |
""",
|
| 2023 |
visible=True,
|
| 2024 |
)
|